From d5362139a7f0c3f73feb78f1504d255b38555c8f Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Wed, 26 Apr 2017 11:42:56 +0200 Subject: [PATCH] Fix for one dict block, to be done for all --- docs/index.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index df85c17..cba55f3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -88,18 +88,18 @@ User dicts mastodon.account() # Returns the following dictionary: { - 'display_name': The user's display name - 'acct': The user's account name as username@domain (@domain omitted for local users) - 'following_count': How many people they follow - 'url': Their URL; usually 'https://mastodon.social/users/' - 'statuses_count': How many statuses they have - 'followers_count': How many followers they have - 'avatar': URL for their avatar - 'note': Their bio - 'header': URL for their header image - 'id': Same as - 'username': The username (what you @ them with) - 'locked': Denotes whether the account can be followed without a follow request + 'display_name': # The user's display name + 'acct': # The user's account name as username@domain (@domain omitted for local users) + 'following_count': # How many people they follow + 'url': # Their URL; usually 'https://mastodon.social/users/' + 'statuses_count': # How many statuses they have + 'followers_count': # How many followers they have + 'avatar': # URL for their avatar + 'note': # Their bio + 'header': # URL for their header image + 'id': # Same as + 'username': # The username (what you @ them with) + 'locked': # Denotes whether the account can be followed without a follow request } Toot dicts