diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index bad52d2..166b51e 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -238,7 +238,6 @@ their relationships. | |||
238 | .. automethod:: Mastodon.account_statuses | 238 | .. automethod:: Mastodon.account_statuses |
239 | .. automethod:: Mastodon.account_following | 239 | .. automethod:: Mastodon.account_following |
240 | .. automethod:: Mastodon.account_followers | 240 | .. automethod:: Mastodon.account_followers |
241 | .. automethod:: Mastodon.follows | ||
242 | .. automethod:: Mastodon.account_relationships | 241 | .. automethod:: Mastodon.account_relationships |
243 | .. automethod:: Mastodon.account_search | 242 | .. automethod:: Mastodon.account_search |
244 | 243 | ||
@@ -289,7 +288,8 @@ Writing data: Accounts | |||
289 | These functions allow you to interact with other accounts: To (un)follow and | 288 | These functions allow you to interact with other accounts: To (un)follow and |
290 | (un)block. | 289 | (un)block. |
291 | 290 | ||
292 | .. automethod:: Mastodon.account_follow | 291 | .. automethod:: Mastodon.account_follow |
292 | .. automethod:: Mastodon.follows | ||
293 | .. automethod:: Mastodon.account_unfollow | 293 | .. automethod:: Mastodon.account_unfollow |
294 | .. automethod:: Mastodon.account_block | 294 | .. automethod:: Mastodon.account_block |
295 | .. automethod:: Mastodon.account_unblock | 295 | .. automethod:: Mastodon.account_unblock |