From 25e2171bf7cfa34920ed9eb9d019673d3050a069 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 20 Sep 2021 14:59:38 -0500 Subject: [PATCH] Improve Client.follow documentation consistency --- tweepy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------- -- 2.25.1