projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4fab75
)
Fix signature in documentation for API.show_list_subscriber
author
Harmon
<Harmon758@gmail.com>
Mon, 24 May 2021 13:00:48 +0000
(08:00 -0500)
committer
Harmon
<Harmon758@gmail.com>
Mon, 24 May 2021 13:00:48 +0000
(08:00 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 7bbe851e3f3d11c374dc39e4180635e000ba9353..7cddf53cda22345382bcab190b00ea789c6cb81c 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-1607,7
+1607,7
@@
class API:
def show_list_subscriber(self, **kwargs):
"""show_list_subscriber( \
*, owner_screen_name, owner_id, list_id, slug, user_id, \
- screen_name, include_entities skip_status \
+ screen_name, include_entities
,
skip_status \
)
Check if the specified user is a subscriber of the specified list.