Merge from 3.5

This commit is contained in:
Berker Peksag 2016-06-11 22:41:03 +03:00
commit 6bf8e61984

View file

@ -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