Remove API.destroy_status id allowed_param from docstring
authorHarmon <Harmon758@gmail.com>
Fri, 29 Jan 2021 02:17:02 +0000 (20:17 -0600)
committerHarmon <Harmon758@gmail.com>
Fri, 29 Jan 2021 02:17:02 +0000 (20:17 -0600)
tweepy/api.py

index 739bb4c831564ed39b2c1ae975e401ca68024d49..18d7f43faf4c8c1953bf860bcee0381e94f0d479 100644 (file)
@@ -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,