mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Merge from 3.5
This commit is contained in:
commit
6bf8e61984
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ Glossary
|
||||||
|
|
||||||
asynchronous iterable
|
asynchronous iterable
|
||||||
An object, that can be used in an :keyword:`async for` statement.
|
An object, that can be used in an :keyword:`async for` statement.
|
||||||
Must return an :term:`asyncronous iterator` from its
|
Must return an :term:`asynchronous iterator` from its
|
||||||
:meth:`__aiter__` method. Introduced by :pep:`492`.
|
:meth:`__aiter__` method. Introduced by :pep:`492`.
|
||||||
|
|
||||||
asynchronous iterator
|
asynchronous iterator
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue