Skip to content

Commit

Permalink
Fix signature of Client.get_quote_tweets in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Oct 27, 2022
1 parent 92f9cb9 commit 6f7de39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweepy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ def create_tweet(

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 \
Expand Down

0 comments on commit 6f7de39

Please sign in to comment.