From: Harmon Date: Wed, 4 Sep 2019 07:24:24 +0000 (-0500) Subject: Update documentation for API.unsubscribe_list X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=24206f23f4652505cdb3f55eab47f954002d982a;p=tweepy.git Update documentation for API.unsubscribe_list --- diff --git a/docs/api.rst b/docs/api.rst index 1ac2096..23ee1b4 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1000,12 +1000,14 @@ List Methods :rtype: :class:`List` object -.. method:: API.unsubscribe_list(owner, slug) +.. method:: API.unsubscribe_list(list_id/slug, [owner_id/owner_screen_name]) Unsubscribes the authenticated user from 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