diff --git a/docs/index.rst b/docs/index.rst index 80687de..531c2db 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -191,15 +191,15 @@ Media dicts Card dicts ~~~~~~~~~~ -..code-block:: python +.. code-block:: python mastodon.status_card(): # 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