From 1eeaaf71ec7b6ae90ef7cfda24836bded939f733 Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 7 May 2019 01:04:02 -0500 Subject: [PATCH] Update documentation for API.is_subscribed_list to API.show_list_subscriber Resolves #1202 --- docs/api.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 -- 2.25.1