Skip to content

Commit

Permalink
Update src/anyio/_backends/_asyncio.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ganden Schaffner <[email protected]>
  • Loading branch information
agronholm and gschaffner authored Dec 13, 2023
1 parent 55e5d8b commit 8948fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anyio/_backends/_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def __exit__(

host_task_state.cancel_scope = self._parent_scope

# Restart the cancellation effort in the farthest directly cancelled parent
# Restart the cancellation effort in the closest directly cancelled parent
# scope if this one was shielded
self._restart_cancellation_in_parent()

Expand Down

0 comments on commit 8948fe9

Please sign in to comment.