From: Harmon Date: Thu, 27 Oct 2022 23:35:28 +0000 (-0500) Subject: Fix signature of Client.get_quote_tweets in documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6f7de39b65d43eb5e52e9353b9830ab49a388a03;p=tweepy.git Fix signature of Client.get_quote_tweets in documentation --- diff --git a/tweepy/client.py b/tweepy/client.py index 31d6148..6aace32 100644 --- 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 \