From 7418661bd21531dbbb5af0956fb2c106538d6b48 Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 28 Jan 2021 20:17:02 -0600 Subject: [PATCH] Remove API.destroy_status id allowed_param from docstring --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.25.1