From: Harmon Date: Tue, 7 May 2019 05:41:10 +0000 (-0500) Subject: Update documentation for API.get_list X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e1181a69c7d20c1dbda7a1d58ee14a1e6309ca21;p=tweepy.git Update documentation for API.get_list Resolves #1201 --- diff --git a/docs/api.rst b/docs/api.rst index 49302cf..007ef64 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -659,13 +659,15 @@ List Methods :rtype: list of :class:`Status` objects -.. method:: API.get_list(owner, slug) +.. method:: API.get_list(list_id/slug, [owner_id/owner_screen_name]) - Show the specified list. Private lists will only be shown if the + Returns the specified list. Private lists will only be shown if the authenticated user owns the specified list. - :param owner: |list_owner| + :param list_id: |list_id| :param slug: |slug| + :param owner_id: |owner_id| + :param owner_screen_name: |owner_screen_name| :rtype: :class:`List` object