diff options
-rw-r--r-- | docs/index.rst | 10 |
1 files 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 | |||
191 | 191 | ||
192 | Card dicts | 192 | Card dicts |
193 | ~~~~~~~~~~ | 193 | ~~~~~~~~~~ |
194 | ..code-block:: python | 194 | .. code-block:: python |
195 | 195 | ||
196 | mastodon.status_card(<numerical id>): | 196 | mastodon.status_card(<numerical id>): |
197 | # Returns the folowing dictionary | 197 | # Returns the folowing dictionary |
198 | { | 198 | { |
199 | 'url': The URL of the card. | 199 | 'url': # The URL of the card. |
200 | 'title': The title of the card. | 200 | 'title': # The title of the card. |
201 | 'description': The description of the card. | 201 | 'description': # The description of the card. |
202 | 'image': (optional) The image associated with the card. | 202 | 'image': # (optional) The image associated with the card. |
203 | } | 203 | } |
204 | 204 | ||
205 | App registration and user authentication | 205 | App registration and user authentication |