diff options
author | Lorenz Diener <[email protected]> | 2017-11-21 14:24:02 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-11-21 14:24:02 +0100 |
commit | c072b2e24766c3f4b1f92e33436874f02175d400 (patch) | |
tree | 61a2c04a669212005798945b469e841979ee04a2 | |
parent | 962212c5754183607488272b3c1592d569dd8a24 (diff) | |
download | mastodon.py-c072b2e24766c3f4b1f92e33436874f02175d400.tar.gz |
Fix documentation writing style
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
219 | .. code-block:: python | 219 | .. code-block:: python |
220 | 220 | ||
221 | { | 221 | { |
222 | 'shortcode': # Emoji shortcode, without surrounding colons. | 222 | 'shortcode': # Emoji shortcode, without surrounding colons |
223 | 'url': # URL for the emoji image, can be animated | 223 | 'url': # URL for the emoji image, can be animated |
224 | 'static_url': # URL for the emoji image, never animated | 224 | 'static_url': # URL for the emoji image, never animated |
225 | } | 225 | } |