From c072b2e24766c3f4b1f92e33436874f02175d400 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Tue, 21 Nov 2017 14:24:02 +0100 Subject: [PATCH] Fix documentation writing style --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 5ead443..5fc47ac 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -219,7 +219,7 @@ Emoji dicts .. code-block:: python { - 'shortcode': # Emoji shortcode, without surrounding colons. + 'shortcode': # Emoji shortcode, without surrounding colons 'url': # URL for the emoji image, can be animated 'static_url': # URL for the emoji image, never animated }