projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a4398b
)
Remove API.destroy_status id allowed_param from docstring
author
Harmon
<Harmon758@gmail.com>
Fri, 29 Jan 2021 02:17:02 +0000
(20:17 -0600)
committer
Harmon
<Harmon758@gmail.com>
Fri, 29 Jan 2021 02:17:02 +0000
(20:17 -0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 739bb4c831564ed39b2c1ae975e401ca68024d49..18d7f43faf4c8c1953bf860bcee0381e94f0d479 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-268,7
+268,7
@@
class API:
def destroy_status(self, status_id, *args, **kwargs):
""" :reference: https://developer.twitter.com/en/docs/tweets/post-and-engage/api-reference/post-statuses-destroy-id
- :allowed_param:
'id'
+ :allowed_param:
"""
return bind_api(
*args, api=self,