diff options
author | Lorenz Diener <[email protected]> | 2017-04-27 10:43:10 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-04-27 10:43:10 +0200 |
commit | d7256798b7a5c42387b70f1df000896aa1b46fd5 (patch) | |
tree | cd1300d71def86f181f4ec1ecaf3a0194525b746 /docs | |
parent | 2dc636879b067e6546466a1d49a8bf861ac1541b (diff) | |
download | mastodon.py-d7256798b7a5c42387b70f1df000896aa1b46fd5.tar.gz |
Small doc fix
Diffstat (limited to 'docs')
-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 |