From: Harmon Date: Tue, 7 May 2019 06:04:02 +0000 (-0500) Subject: Update documentation for API.is_subscribed_list to API.show_list_subscriber X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1eeaaf71ec7b6ae90ef7cfda24836bded939f733;p=tweepy.git Update documentation for API.is_subscribed_list to API.show_list_subscriber Resolves #1202 --- diff --git a/docs/api.rst b/docs/api.rst index 007ef64..06071f0 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -742,14 +742,17 @@ List Methods :rtype: list of :class:`User` objects -.. method:: API.is_subscribed_list(owner, slug, id) +.. method:: API.show_list_subscriber(list_id/slug, screen_name/user_id, [owner_id/owner_screen_name]) Check if the specified user is a subscriber of the specified list. - :param owner: |list_owner| + :param list_id: |list_id| :param slug: |slug| - :param id: the ID of the user to check - :rtype: :class:`User` object if user is subscribed to the list, otherwise False. + :param screen_name: |screen_name| + :param user_id: |user_id| + :param owner_id: |owner_id| + :param owner_screen_name: |owner_screen_name| + :rtype: :class:`User` object if user is subscribed to list Trends Methods