From e1181a69c7d20c1dbda7a1d58ee14a1e6309ca21 Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 7 May 2019 00:41:10 -0500 Subject: [PATCH] Update documentation for API.get_list Resolves #1201 --- docs/api.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.25.1