projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f9cb9
)
Fix signature of Client.get_quote_tweets in documentation
author
Harmon
<Harmon758@gmail.com>
Thu, 27 Oct 2022 23:35:28 +0000
(18:35 -0500)
committer
Harmon
<Harmon758@gmail.com>
Thu, 27 Oct 2022 23:35:28 +0000
(18:35 -0500)
tweepy/client.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/client.py
b/tweepy/client.py
index 31d6148ffae90c99773b20991fd2b53bcf6ee7a7..6aace325ba7475d94bc1384f6a658d338523a6ec 100644
(file)
--- a/
tweepy/client.py
+++ b/
tweepy/client.py
@@
-829,7
+829,7
@@
class Client(BaseClient):
def get_quote_tweets(self, id, *, user_auth=False, **params):
"""get_quote_tweets( \
- id, *, exclude=None, expansions=None, max_results=None,
+ id, *, exclude=None, expansions=None, max_results=None,
\
media_fields=None, pagination_token=None, place_fields=None, \
poll_fields=None, tweet_fields=None, user_fields=None, \
user_auth=False \