From 8d77925d743f1e38435bd21e63e2e555a10822ef Mon Sep 17 00:00:00 2001 From: Lanqing Huang Date: Tue, 25 Oct 2022 18:00:06 +0800 Subject: [PATCH] Adjust line length for `AsyncPaginator` docstring --- tweepy/asynchronous/pagination.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1