From bdd72e9c6425640cca87b98615536fb8389b9911 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 14 Mar 2022 14:04:21 -0500 Subject: [PATCH] Fix parameter name in documentation for Client.get_tweets --- tweepy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/client.py b/tweepy/client.py index c6c5721..078c5f8 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -1328,7 +1328,7 @@ class Client(BaseClient): def get_tweets(self, ids, *, user_auth=False, **params): """get_tweets( \ ids, *, expansions=None, media_fields=None, place_fields=None, \ - poll_fields=None, twitter_fields=None, user_fields=None, \ + poll_fields=None, tweet_fields=None, user_fields=None, \ user_auth=False \ ) -- 2.25.1