From: Harmon Date: Tue, 25 May 2021 10:58:19 +0000 (-0500) Subject: Update and improve documentation for API.remove_profile_banner X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fc1ed101588d8b89fdab421025ee46e3814303c4;p=tweepy.git Update and improve documentation for API.remove_profile_banner --- diff --git a/tweepy/api.py b/tweepy/api.py index 2d29036..496fe21 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -2644,7 +2644,9 @@ class API: Removes the uploaded profile banner for the authenticating user. - :reference: https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/post-account-remove_profile_banner + References + ---------- + https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/post-account-remove_profile_banner """ return self.request('POST', 'account/remove_profile_banner', **kwargs)