From cb38200d0aac40ce62e0df225617ec6d8d301a7b Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 27 Apr 2021 09:48:58 -0500 Subject: [PATCH] Improve documentation on returned value for Client.like --- tweepy/client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tweepy/client.py b/tweepy/client.py index a47af5a..e8f2456 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -256,7 +256,8 @@ class Client: Returns ------- bool - Indicates if the Tweet was successfully Liked. + Indicates whether the user likes the specified Tweet as a result of + this request. References ---------- -- 2.25.1