Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix copy-paste typo
  • Loading branch information
sergey-miryanov committed Nov 26, 2025
commit 3556aefd9e7732aa15285f9e7216ccca75a01c9e
2 changes: 1 addition & 1 deletion Doc/library/asyncio-dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Avoid iterating and closing the same generator concurrently
-----------------------------------------------------------

Async generators may to be reentered while another
:meth:`~agen.aclose`/:meth:`~agen.aclose`/:meth:`~agen.aclose` call is in
:meth:`~agen.anext`/:meth:`~agen.athrow`/:meth:`~agen.aclose` call is in
progress. This may lead to an inconsistent state of the async generator
and can cause errors.

Expand Down