projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c467da
)
Improve signature formatting in documentation for API.get_favorites
author
Harmon
<Harmon758@gmail.com>
Thu, 3 Jun 2021 11:56:49 +0000
(06:56 -0500)
committer
Harmon
<Harmon758@gmail.com>
Thu, 3 Jun 2021 11:56:49 +0000
(06:56 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 012b2be163ca28b6a15cf001141817ea7dc2bcc8..cfcd37972ec4aeef041d122515c1c9188e0aca54 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-581,7
+581,7
@@
class API:
@payload('status', list=True)
def get_favorites(self, **kwargs):
"""get_favorites(*, user_id, screen_name, count, since_id, max_id, \
- include_entities)
+
include_entities)
Returns the favorite statuses for the authenticating user or user
specified by the ID parameter.