From: Lanqing Huang Date: Tue, 25 Oct 2022 10:00:06 +0000 (+0800) Subject: Adjust line length for `AsyncPaginator` docstring X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8d77925d743f1e38435bd21e63e2e555a10822ef;p=tweepy.git Adjust line length for `AsyncPaginator` docstring --- diff --git a/tweepy/asynchronous/pagination.py b/tweepy/asynchronous/pagination.py index 94aff26..ccbd34f 100644 --- a/tweepy/asynchronous/pagination.py +++ b/tweepy/asynchronous/pagination.py @@ -16,8 +16,8 @@ class AsyncPaginator: .. note:: When the returned response from the method being passed is of type - :class:`aiohttp.ClientResponse`, it will be deserialized in order to parse - the pagination tokens, likely negating any potential performance + :class:`aiohttp.ClientResponse`, it will be deserialized in order to + parse the pagination tokens, likely negating any potential performance benefits from using a :class:`aiohttp.ClientResponse` return type. .. versionadded:: 4.11