Adjust line length for `AsyncPaginator` docstring
authorLanqing Huang <lqhuang@outlook.com>
Tue, 25 Oct 2022 10:00:06 +0000 (18:00 +0800)
committerLanqing Huang <lqhuang@outlook.com>
Tue, 25 Oct 2022 10:00:06 +0000 (18:00 +0800)
tweepy/asynchronous/pagination.py

index 94aff26d81f507cdd907ce26280c49ac3281e19a..ccbd34f3e90bcfddccd50a7eff7205aaab9cf9df 100644 (file)
@@ -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