From: Harmon Date: Tue, 27 Apr 2021 14:48:16 +0000 (-0500) Subject: Improve documentation on returned value for Client.unlike X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c0249a14d1bde383c42e033eb34d2bafd4aad0a3;p=tweepy.git Improve documentation on returned value for Client.unlike --- diff --git a/tweepy/client.py b/tweepy/client.py index 071a518..a47af5a 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -232,7 +232,9 @@ class Client: Returns ------- bool - Indicates if the Tweet was successfully unliked. + Indicates whether the user is unliking the specified Tweet as a + result of this request. The returned value is ``False`` for a + successful unlike request. References ----------