projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dc829c
)
Adjust line length for `AsyncPaginator` docstring
author
Lanqing Huang
<lqhuang@outlook.com>
Tue, 25 Oct 2022 10:00:06 +0000
(18:00 +0800)
committer
Lanqing Huang
<lqhuang@outlook.com>
Tue, 25 Oct 2022 10:00:06 +0000
(18:00 +0800)
tweepy/asynchronous/pagination.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/asynchronous/pagination.py
b/tweepy/asynchronous/pagination.py
index 94aff26d81f507cdd907ce26280c49ac3281e19a..ccbd34f3e90bcfddccd50a7eff7205aaab9cf9df 100644
(file)
--- 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