Browse Source
Remove "needs python 3.5+" from async iter section
pull/2072/head
apple502j
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
docs/api.rst
|
|
@ -1390,8 +1390,7 @@ Certain utilities make working with async iterators easier, detailed below. |
|
|
|
|
|
|
|
.. describe:: async for x in y |
|
|
|
|
|
|
|
Iterates over the contents of the async iterator. Note |
|
|
|
that this is only available in Python 3.5 or higher. |
|
|
|
Iterates over the contents of the async iterator. |
|
|
|
|
|
|
|
|
|
|
|
.. comethod:: next() |
|
|
|