Improve Client.follow documentation consistency
authorHarmon <Harmon758@gmail.com>
Mon, 20 Sep 2021 19:59:38 +0000 (14:59 -0500)
committerHarmon <Harmon758@gmail.com>
Mon, 20 Sep 2021 19:59:38 +0000 (14:59 -0500)
tweepy/client.py

index 60b842997ce124992b828bd1cf6df47fce21cc5a..31a8124aef1d6b4f5d915f656b1c27ddea7e1db5 100644 (file)
@@ -1226,7 +1226,7 @@ class Client:
         Parameters
         ----------
         target_user_id : Union[int, str]
-            The user ID of the user that you would like to follow
+            The user ID of the user that you would like to follow.
 
         Returns
         -------