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 6ebf294 commit 100d9acCopy full SHA for 100d9ac
Doc/library/asyncio-dev.rst
@@ -378,7 +378,7 @@ Avoid iterating and closing the same generator concurrently
378
-----------------------------------------------------------
379
380
Async generators may to be reentered while another
381
-:meth:`~agen.anext` / :meth:`~agen.athrow` / :meth:`~agen.aclose` call is in
+:meth:`~agen.__anext__` / :meth:`~agen.athrow` / :meth:`~agen.aclose` call is in
382
progress. This may lead to an inconsistent state of the async generator
383
and can cause errors.
384
0 commit comments