aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-04-27 10:43:10 +0200
committerLorenz Diener <[email protected]>2017-04-27 10:43:10 +0200
commitd7256798b7a5c42387b70f1df000896aa1b46fd5 (patch)
treecd1300d71def86f181f4ec1ecaf3a0194525b746 /docs
parent2dc636879b067e6546466a1d49a8bf861ac1541b (diff)
downloadmastodon.py-d7256798b7a5c42387b70f1df000896aa1b46fd5.tar.gz
Small doc fix
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst10
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
192Card dicts 192Card 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
205App registration and user authentication 205App registration and user authentication
Powered by cgit v1.2.3 (git 2.41.0)