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

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