Improve documentation on returned value for Client.unlike
authorHarmon <Harmon758@gmail.com>
Tue, 27 Apr 2021 14:48:16 +0000 (09:48 -0500)
committerHarmon <Harmon758@gmail.com>
Tue, 27 Apr 2021 14:48:16 +0000 (09:48 -0500)
tweepy/client.py

index 071a51874555b2da5e15e2ac1339a301ccbfff2b..a47af5af9d0d2017770367630fd8d09531d72108 100644 (file)
@@ -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
         ----------