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

Commit 54eb26a

Browse files
authored
Merge pull request #442 from alimony/patch-1
Fix documentation of DestroyListsMember method.
2 parents 69af23c + 94d39fe commit 54eb26a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

twitter/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4186,10 +4186,10 @@ def DestroyListsMember(self,
41864186
owner_id (int, optional):
41874187
The user ID of the user who owns the list being requested by a slug.
41884188
user_id (int, optional):
4189-
The user_id or a list of user_id's to add to the list.
4189+
The user_id or a list of user_id's to remove from the list.
41904190
If not given, then screen_name is required.
41914191
screen_name (str, optional):
4192-
The screen_name or a list of Screen_name's to add to the list.
4192+
The screen_name or a list of Screen_name's to remove from the list.
41934193
If not given, then user_id is required.
41944194
41954195
Returns:

0 commit comments

Comments
 (0)