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