aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst2
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
Powered by cgit v1.2.3 (git 2.41.0)