We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bb6ec commit dcc2aecCopy full SHA for dcc2aec
peps/pep-0798.rst
@@ -220,7 +220,7 @@ generator::
220
Since ``yield from`` is not allowed inside of async generators (see the section
221
of :pep:`525` on `Asynchronous yield from
222
<https://peps.python.org/pep-0525/#asynchronous-yield-from>`__), the equivalent
223
-for ``(*expr async for x in ait())``, is more like the following (though of
+for ``(*expr async for x in ait())`` is more like the following (though of
224
course this new form should not define or reference the looping variable
225
``i``)::
226
0 commit comments