There was an error while loading. Please reload this page.
async yield from
1 parent a4f4971 commit 24419b9Copy full SHA for 24419b9
1 file changed
peps/pep-0828.rst
@@ -357,7 +357,7 @@ to :meth:`~generator.close`.
357
It's trivial for anyone who needs to delegate to a subgenerator to write
358
the wrapper class to upgrade a synchronous :class:`~collections.abc.Iterable`
359
or :class:`~collections.abc.Generator` to an
360
-async one before calling ``async yield from``.
+async one before calling ``yield from``.
361
362
.. code-block:: python
363
0 commit comments