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 11242b4 commit 3556aefCopy full SHA for 3556aef
1 file changed
Doc/library/asyncio-dev.rst
@@ -300,7 +300,7 @@ Avoid iterating and closing the same generator concurrently
300
-----------------------------------------------------------
301
302
Async generators may to be reentered while another
303
-:meth:`~agen.aclose`/:meth:`~agen.aclose`/:meth:`~agen.aclose` call is in
+:meth:`~agen.anext`/:meth:`~agen.athrow`/:meth:`~agen.aclose` call is in
304
progress. This may lead to an inconsistent state of the async generator
305
and can cause errors.
306
0 commit comments