Kaydet (Commit) a88cd646 authored tarafından Yury Selivanov's avatar Yury Selivanov

whatsnew/3.5: Another editing pass

Patch by Elvis Pranskevichus.
üst 3b765525
......@@ -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
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment