From b629ff1099215429b092418644fb1fdea7e659a1 Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 27 May 2021 06:44:00 -0500 Subject: [PATCH] Add Parameters section header to documentation for API.destroy_mute --- tweepy/api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tweepy/api.py b/tweepy/api.py index 950842b..8e6ba08 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -3098,6 +3098,8 @@ class API: Un-mutes the user specified in the ID parameter for the authenticating user. + Parameters + ---------- screen_name |screen_name| user_id -- 2.25.1