Update documentation for API.lists_subscriptions
authorHarmon <Harmon758@gmail.com>
Wed, 4 Sep 2019 06:49:10 +0000 (01:49 -0500)
committerHarmon <Harmon758@gmail.com>
Wed, 4 Sep 2019 06:49:10 +0000 (01:49 -0500)
docs/api.rst

index e551b3ac4a7907ebb4ec522e61d8bef1d5d7052a..48f7acfd54fe9ac72f5f83679d6866dba2a86089 100644 (file)
@@ -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