From 9e89ead93f6cf72444646cf1b19673859d00bd4c Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 4 Sep 2019 01:49:10 -0500 Subject: [PATCH] Update documentation for API.lists_subscriptions --- docs/api.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index e551b3a..48f7acf 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -849,10 +849,13 @@ List Methods :rtype: list of :class:`List` objects -.. method:: API.lists_subscriptions([cursor]) +.. method:: API.lists_subscriptions([screen_name], [user_id], [cursor]) - List the lists the specified user follows. + Obtain a collection of the lists the specified user is subscribed to, 20 + lists per page by default. Does not include the user's own lists. + :param screen_name: |screen_name| + :param user_id: |user_id| :param cursor: |cursor| :rtype: list of :class:`List` objects -- 2.25.1