aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-04-26 13:24:27 +0200
committerLorenz Diener <[email protected]>2017-04-26 13:24:27 +0200
commit23e796bab4e19348d77a94cbcd27cd3539838cc5 (patch)
tree36916e37149527e4946af112e768f91682ee916b /docs
parentd25e337c19b0f87027a88b51becd79c83c9667e5 (diff)
downloadmastodon.py-23e796bab4e19348d77a94cbcd27cd3539838cc5.tar.gz
Fixed follows docs
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst4
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
289These functions allow you to interact with other accounts: To (un)follow and 288These 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
Powered by cgit v1.2.3 (git 2.41.0)