From 39fc4b3e7fafae365f1096c6d84e6fee5d9b2802 Mon Sep 17 00:00:00 2001 From: Francesco Di Lorenzo Date: Wed, 16 Jun 2021 09:49:02 +0200 Subject: [PATCH] Fix typo in docstring for get_tweets --- tweepy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/client.py b/tweepy/client.py index 9b71255..a8e3ce0 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -715,7 +715,7 @@ class Client: Parameters ---------- - id : Union[List[int, str], str] + ids : Union[List[int, str], str] A comma separated list of Tweet IDs. Up to 100 are allowed in a single request. Make sure to not include a space between commas and fields. -- 2.25.1