From: Harmon Date: Fri, 29 Jan 2021 02:17:02 +0000 (-0600) Subject: Remove API.destroy_status id allowed_param from docstring X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7418661bd21531dbbb5af0956fb2c106538d6b48;p=tweepy.git Remove API.destroy_status id allowed_param from docstring --- diff --git a/tweepy/api.py b/tweepy/api.py index 739bb4c..18d7f43 100644 --- 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,