diff options
author | Lorenz Diener <[email protected]> | 2017-11-24 14:04:43 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-11-24 14:04:43 +0100 |
commit | fa53713abdb7e9fa1385186bd6649cc7317c7855 (patch) | |
tree | 72a8b52dffb76dae06542f04838f4e8df2e4f9b5 | |
parent | de2114b92b1d9dd67935fb3be96bce73576ceaea (diff) | |
download | mastodon.py-fa53713abdb7e9fa1385186bd6649cc7317c7855.tar.gz |
Fix doc inaccuracy
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 14ec49f..162d06c 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -172,7 +172,7 @@ Toot dicts | |||
172 | 'uri': # Descriptor for the toot | 172 | 'uri': # Descriptor for the toot |
173 | # EG 'tag:mastodon.social,2016-11-25:objectId=<id>:objectType=Status' | 173 | # EG 'tag:mastodon.social,2016-11-25:objectId=<id>:objectType=Status' |
174 | 'url': # URL of the toot | 174 | 'url': # URL of the toot |
175 | 'account': # Account dict for the account which posted the status | 175 | 'account': # User dict for the account which posted the status |
176 | 'in_reply_to_id': # Numerical id of the toot this toot is in response to | 176 | 'in_reply_to_id': # Numerical id of the toot this toot is in response to |
177 | 'in_reply_to_account_id': # Numerical id of the account this toot is in response to | 177 | 'in_reply_to_account_id': # Numerical id of the account this toot is in response to |
178 | 'reblog': # Denotes whether the toot is a reblog | 178 | 'reblog': # Denotes whether the toot is a reblog |