whatsnew/3.5: Another editing pass

Patch by Elvis Pranskevichus.
This commit is contained in:
Yury Selivanov
2015-09-10 21:26:54 -04:00
parent 3b76552538
commit a88cd646d1
2 changed files with 106 additions and 92 deletions

View File

@@ -86,14 +86,14 @@ Standard names are defined for the following types:
.. data:: GeneratorType
The type of :term:`generator`-iterator objects, produced by calling a
generator function.
The type of :term:`generator`-iterator objects, created by
generator functions.
.. data:: CoroutineType
The type of :term:`coroutine` objects, produced by calling a
function defined with an :keyword:`async def` statement.
The type of :term:`coroutine` objects, created by
:keyword:`async def` functions.
.. versionadded:: 3.5

File diff suppressed because it is too large Load Diff