Skip to content

Commit 24419b9

Browse files
authored
PEP 828: Remove incorrect async yield from (#5114)
1 parent a4f4971 commit 24419b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0828.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ to :meth:`~generator.close`.
357357
It's trivial for anyone who needs to delegate to a subgenerator to write
358358
the wrapper class to upgrade a synchronous :class:`~collections.abc.Iterable`
359359
or :class:`~collections.abc.Generator` to an
360-
async one before calling ``async yield from``.
360+
async one before calling ``yield from``.
361361

362362
.. code-block:: python
363363

0 commit comments

Comments
 (0)