mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
whatsnew/3.5: Another editing pass
Patch by Elvis Pranskevichus.
This commit is contained in:
@@ -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
Reference in New Issue
Block a user