From c0249a14d1bde383c42e033eb34d2bafd4aad0a3 Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 27 Apr 2021 09:48:16 -0500 Subject: [PATCH] Improve documentation on returned value for Client.unlike --- tweepy/client.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ---------- -- 2.25.1