From: Harmon Date: Tue, 27 Apr 2021 14:48:58 +0000 (-0500) Subject: Improve documentation on returned value for Client.like X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cb38200d0aac40ce62e0df225617ec6d8d301a7b;p=tweepy.git Improve documentation on returned value for Client.like --- 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 ----------