Fix documentation writing style

This commit is contained in:
Lorenz Diener 2017-11-21 14:24:02 +01:00
pare 962212c575
commit c072b2e247

Veure arxiu

@ -219,7 +219,7 @@ Emoji dicts
.. code-block:: python .. code-block:: python
{ {
'shortcode': # Emoji shortcode, without surrounding colons. 'shortcode': # Emoji shortcode, without surrounding colons
'url': # URL for the emoji image, can be animated 'url': # URL for the emoji image, can be animated
'static_url': # URL for the emoji image, never animated 'static_url': # URL for the emoji image, never animated
} }