From: Harmon Date: Mon, 20 Sep 2021 19:59:38 +0000 (-0500) Subject: Improve Client.follow documentation consistency X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=25e2171bf7cfa34920ed9eb9d019673d3050a069;p=tweepy.git Improve Client.follow documentation consistency --- diff --git a/tweepy/client.py b/tweepy/client.py index 60b8429..31a8124 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -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 -------