From fc1ed101588d8b89fdab421025ee46e3814303c4 Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 25 May 2021 05:58:19 -0500 Subject: [PATCH] Update and improve documentation for API.remove_profile_banner --- tweepy/api.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.25.1