diff options
author | Lorenz Diener <[email protected]> | 2017-11-24 17:22:48 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-11-24 17:22:48 +0100 |
commit | da438529e082c85307659b765681abe9eb214ff5 (patch) | |
tree | 0f649a978d979181322b08085e288892914aabf8 /docs | |
parent | 18f69451edaed597909de34ffccac1073b6c9e6b (diff) | |
download | mastodon.py-da438529e082c85307659b765681abe9eb214ff5.tar.gz |
Fix small doc problem
Diffstat (limited to 'docs')
-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 a8181b1..fa021d2 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -175,7 +175,7 @@ Toot dicts | |||
175 | 'account': # User 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. If so, set to the original toot dict. |
179 | 'content': # Content of the toot, as HTML: '<p>Hello from Python</p>' | 179 | 'content': # Content of the toot, as HTML: '<p>Hello from Python</p>' |
180 | 'created_at': # Creation time | 180 | 'created_at': # Creation time |
181 | 'reblogs_count': # Number of reblogs | 181 | 'reblogs_count': # Number of reblogs |