There was a problem hiding this comment.
One minor typo in the docs, but otherwise LGTM!
| .. versionchanged:: 3.7 | ||
| Prior to Python 3.7, ``__aiter__`` could return an *awaitable* | ||
| that would resolve to an | ||
| :term:`asynchronous iterators <asynchronous iterator>`. |
There was a problem hiding this comment.
Typo: you don't want the s here.
|
Thanks, Nick! |
https://bugs.python.org/issue31709