From e1ea54dd34dfab846edca60fdc47fc19fbcac654 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 24 May 2021 08:00:48 -0500 Subject: [PATCH] Fix signature in documentation for API.show_list_subscriber --- tweepy/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/api.py b/tweepy/api.py index 7bbe851..7cddf53 100644 --- a/tweepy/api.py +++ b/tweepy/api.py @@ -1607,7 +1607,7 @@ class API: def show_list_subscriber(self, **kwargs): """show_list_subscriber( \ *, owner_screen_name, owner_id, list_id, slug, user_id, \ - screen_name, include_entities skip_status \ + screen_name, include_entities, skip_status \ ) Check if the specified user is a subscriber of the specified list. -- 2.25.1