diff options
author | Lydia <[email protected]> | 2016-11-25 13:54:40 -0500 |
---|---|---|
committer | Lydia <[email protected]> | 2016-11-25 13:54:40 -0500 |
commit | eaa49d87f8caaec39a0fba9fc269ef60e9f832fc (patch) | |
tree | c57bee15b442bd12dda4008217c7ccf19d37f8f0 | |
parent | e94445c86b4dcaa14c79e7c36a7145c42b25ed9d (diff) | |
download | mastodon.py-eaa49d87f8caaec39a0fba9fc269ef60e9f832fc.tar.gz |
Corrections
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 667890f..a9ecf49 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -93,7 +93,6 @@ Returns a single toot dict for the given status. | |||
93 | 'descendants': A list of toot dicts | 93 | 'descendants': A list of toot dicts |
94 | 'ancestors': A list of toot dicts | 94 | 'ancestors': A list of toot dicts |
95 | } | 95 | } |
96 | Note that this can only be called on statuses belonging to the currently logged-in user. | ||
97 | 96 | ||
98 | .. automethod:: Mastodon.status_reblogged_by | 97 | .. automethod:: Mastodon.status_reblogged_by |
99 | .. automethod:: Mastodon.status_favourited_by | 98 | .. automethod:: Mastodon.status_favourited_by |