From f9b3ea59a56801af8427c99a5b378b51a43a2d70 Mon Sep 17 00:00:00 2001 From: Taro Sato Date: Sat, 9 Jan 2021 18:40:25 -0800 Subject: [PATCH] Update docs/api.rst Co-authored-by: Harmon --- docs/api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 8e77bb8..ee29e1a 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -851,10 +851,10 @@ List Methods .. method:: API.lists_ownerships([user_id], [screen_name], [count], [cursor]) - Returns the lists owned by the specified user. Private lists will - only be shown if the authenticated user is also the owner of the - lists. If ``user_id`` or ``screen_name`` are not provided, the - memberships for the authenticating user are returned. + Returns the lists owned by the specified user. Private lists will only be + shown if the authenticated user is also the owner of the lists. If + ``user_id`` and ``screen_name`` are not provided, the ownerships for the + authenticating user are returned. :param screen_name: |screen_name| :param user_id: |user_id| -- 2.25.1