From b3a22f7f943abafe1449e466e757aa64d361c84b Mon Sep 17 00:00:00 2001 From: avikantz Date: Sun, 18 Dec 2016 19:05:16 +0530 Subject: [PATCH] Update in the documentation about 'lists_all' --- docs/api.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index dec1cc6..a29a89f 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -589,7 +589,7 @@ List Methods :rtype: :class:`List` object -.. method:: API.lists([cursor]) +.. method:: API.lists_all([cursor]) List the lists of the specified user. Private lists will be included if the authenticated users is the same as the user who's lists are @@ -799,9 +799,9 @@ which means ``tweepy.error`` itself does not need to be imported. For example, ``tweepy.error.TweepError`` is available as ``tweepy.TweepError``. .. exception:: TweepError - + The main exception Tweepy uses. Is raised for a number of things. - + When a ``TweepError`` is raised due to an error Twitter responded with, the error code (`as described in the API documentation `_) can be accessed @@ -810,9 +810,9 @@ example, ``tweepy.error.TweepError`` is available as ``tweepy.TweepError``. error reason strings). .. exception:: RateLimitError - + Is raised when an API method fails due to hitting Twitter's rate limit. Makes for easy handling of the rate limit specifically. - + Inherits from :exc:`TweepError`, so ``except TweepError`` will catch a ``RateLimitError`` too. -- 2.25.1