Fix typos in version changed directives for Client methods
authorHarmon <Harmon758@gmail.com>
Sat, 19 Feb 2022 21:20:06 +0000 (15:20 -0600)
committerHarmon <Harmon758@gmail.com>
Sat, 19 Feb 2022 21:20:06 +0000 (15:20 -0600)
tweepy/client.py

index 5d1c7e64f975cc2200791e67e4b6dd891cfa8657..5854d1f4e2b63bfd38771942dccb7d9438e4ea75 100644 (file)
@@ -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
         ----------