projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7948af
)
Fix API.lists_memberships signature in documentation
author
Harmon
<Harmon758@gmail.com>
Wed, 7 Apr 2021 15:11:34 +0000
(10:11 -0500)
committer
Harmon
<Harmon758@gmail.com>
Wed, 7 Apr 2021 15:11:34 +0000
(10:11 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index bd38aa6fcd5ba3f5b94e8ae4b1f091da246179d2..6620c5cab808fa56984ea7fbcb3ea83610faf5cc 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-963,7
+963,7
@@
class API:
@pagination(mode='cursor')
@payload('list', list=True)
def lists_memberships(self, **kwargs):
- """lists_memberships(user_id, screen_name, count, cursor, \
+ """lists_memberships(
*,
user_id, screen_name, count, cursor, \
filter_to_owned_lists)
Returns the lists the specified user has been added to. If ``user_id``