From 766e638dae503b36a4cac0e120a7c2d6819c5dcc Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sun, 16 Feb 2020 17:17:44 +0100 Subject: [PATCH] Fix documentation of "group" attribute --- docs/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 'display_name': # The user's display name 'discoverable': # True if the user is listed in the user directory, false if not. None # for remote users. - 'group': # A surprise attribute that will help us later. + 'group': # A boolean indicating whether the account represents a group rather than an + # individual. 'locked': # Denotes whether the account can be followed without a follow request 'created_at': # Account creation time 'following_count': # How many people they follow