Small doc fix

This commit is contained in:
Lorenz Diener 2017-04-27 10:43:10 +02:00
pare 2dc636879b
commit d7256798b7

Veure arxiu

@ -191,15 +191,15 @@ Media dicts
Card dicts
~~~~~~~~~~
..code-block:: python
.. code-block:: python
mastodon.status_card(<numerical id>):
# Returns the folowing dictionary
{
'url': The URL of the card.
'title': The title of the card.
'description': The description of the card.
'image': (optional) The image associated with the card.
'url': # The URL of the card.
'title': # The title of the card.
'description': # The description of the card.
'image': # (optional) The image associated with the card.
}
App registration and user authentication