projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9b3ea5
)
Update tweepy/api.py
author
Taro Sato
<okomestudio@gmail.com>
Sun, 10 Jan 2021 02:40:33 +0000
(18:40 -0800)
committer
GitHub
<noreply@github.com>
Sun, 10 Jan 2021 02:40:33 +0000
(18:40 -0800)
Co-authored-by: Harmon <Harmon758@gmail.com>
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index d1651ebed204183729db52e6ebbfe2e7496182aa..b9268b4f09fb6f8706c121479286dbf57f82aba2 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-1028,7
+1028,7
@@
class API(object):
@property
def lists_ownerships(self):
""" :reference: https://developer.twitter.com/en/docs/accounts-and-users/create-manage-lists/api-reference/get-lists-ownerships
- :allowed_param: '
screen_name', 'user_id', 'cursor', 'count
'
+ :allowed_param: '
user_id', 'screen_name', 'count', 'cursor
'
"""
return bind_api(
api=self,