projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1de28d2
)
Document API.unretweet
author
Harmon
<Harmon758@gmail.com>
Sun, 28 Apr 2019 01:14:35 +0000
(20:14 -0500)
committer
GitHub
<noreply@github.com>
Sun, 28 Apr 2019 01:14:35 +0000
(20:14 -0500)
Resolves #1195
docs/api.rst
patch
|
blob
|
blame
|
history
diff --git
a/docs/api.rst
b/docs/api.rst
index 675c5ceadd2788dc726d46267c26a60e694274b8..a76e7e8a6c49ca93bb72ec40636a21c0389be048 100644
(file)
--- a/
docs/api.rst
+++ b/
docs/api.rst
@@
-167,6
+167,13
@@
Status methods
:param count: Specifies the number of retweets to retrieve.
:rtype: list of :class:`Status` objects
+.. method:: API.unretweet(id)
+
+ Untweets a retweeted status. Requires the id of the retweet to unretweet.
+
+ :param id: |sid|
+ :rtype: :class:`Status` object
+
User methods
------------