Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 09217e8

Browse files
authored
Merge pull request #655 from simonbohnen/patch-1
Update documentation for GetListMembers
2 parents 2663a42 + 71a33d4 commit 09217e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

twitter/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4272,10 +4272,10 @@ def GetListMembers(self,
42724272
user_timeline. Helpful for disambiguating when a valid screen
42734273
name is also a user ID.
42744274
skip_status (bool, optional):
4275-
If True the statuses will not be returned in the user items.
4275+
If True the statuses will not be returned in the user items. Defaults to False.
42764276
include_entities (bool, optional):
42774277
If False, the timeline will not contain additional metadata.
4278-
Defaults to True.
4278+
Defaults to False.
42794279
42804280
Returns:
42814281
list: A sequence of twitter.user.User instances, one for each

0 commit comments

Comments
 (0)