projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18e0b1a
)
Improve documentation on returned value for Client.unlike
author
Harmon
<Harmon758@gmail.com>
Tue, 27 Apr 2021 14:48:16 +0000
(09:48 -0500)
committer
Harmon
<Harmon758@gmail.com>
Tue, 27 Apr 2021 14:48:16 +0000
(09:48 -0500)
tweepy/client.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/client.py
b/tweepy/client.py
index 071a51874555b2da5e15e2ac1339a301ccbfff2b..a47af5af9d0d2017770367630fd8d09531d72108 100644
(file)
--- 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
----------