From d7256798b7a5c42387b70f1df000896aa1b46fd5 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 27 Apr 2017 10:43:10 +0200 Subject: [PATCH] Small doc fix --- docs/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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