From: Harmon Date: Mon, 24 May 2021 13:00:48 +0000 (-0500) Subject: Fix signature in documentation for API.show_list_subscriber X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e1ea54dd34dfab846edca60fdc47fc19fbcac654;p=tweepy.git Fix signature in documentation for API.show_list_subscriber --- 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.