diff options
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index b3a1596..0e0daa9 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -252,7 +252,8 @@ User dicts | |||
252 | 'display_name': # The user's display name | 252 | 'display_name': # The user's display name |
253 | 'discoverable': # True if the user is listed in the user directory, false if not. None | 253 | 'discoverable': # True if the user is listed in the user directory, false if not. None |
254 | # for remote users. | 254 | # for remote users. |
255 | 'group': # A surprise attribute that will help us later. | 255 | 'group': # A boolean indicating whether the account represents a group rather than an |
256 | # individual. | ||
256 | 'locked': # Denotes whether the account can be followed without a follow request | 257 | 'locked': # Denotes whether the account can be followed without a follow request |
257 | 'created_at': # Account creation time | 258 | 'created_at': # Account creation time |
258 | 'following_count': # How many people they follow | 259 | 'following_count': # How many people they follow |