From: Harmon Date: Sat, 19 Feb 2022 21:20:06 +0000 (-0600) Subject: Fix typos in version changed directives for Client methods X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=feb78924bb65c707e5fd473cfd01b290bc5c2b8c;p=tweepy.git Fix typos in version changed directives for Client methods --- 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 ----------