aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-11-21 14:24:02 +0100
committerLorenz Diener <[email protected]>2017-11-21 14:24:02 +0100
commitc072b2e24766c3f4b1f92e33436874f02175d400 (patch)
tree61a2c04a669212005798945b469e841979ee04a2 /docs
parent962212c5754183607488272b3c1592d569dd8a24 (diff)
downloadmastodon.py-c072b2e24766c3f4b1f92e33436874f02175d400.tar.gz
Fix documentation writing style
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
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 }
Powered by cgit v1.2.3 (git 2.41.0)