From feb78924bb65c707e5fd473cfd01b290bc5c2b8c Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 19 Feb 2022 15:20:06 -0600 Subject: [PATCH] Fix typos in version changed directives for Client methods --- tweepy/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tweepy/client.py b/tweepy/client.py index 5d1c7e6..5854d1f 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -300,7 +300,7 @@ class Client: Allows you to get information about a Tweet’s liking users. .. versionchanged:: 4.6 - Added ``max_results `` and ``pagination_token`` parameters + Added ``max_results`` and ``pagination_token`` parameters Parameters ---------- @@ -623,7 +623,7 @@ class Client: Allows you to get information about who has Retweeted a Tweet. .. versionchanged:: 4.6 - Added ``max_results `` and ``pagination_token`` parameters + Added ``max_results`` and ``pagination_token`` parameters Parameters ---------- -- 2.25.1