Skip to content

Commit d09b9f3

Browse files
authored
Fix nit in news file.
1 parent d9d7766 commit d09b9f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Fix :class:`asyncio.Task`, when the task has a pending cancellation,
2-
replace **exc** exception with a :exc:`CancelledError` unless it is
3-
:exc:`SystemExit` or :exc:`KeyboardInterrupt`, which must propagate unchanged
2+
replace **exc** exception with a :exc:`asyncio.CancelledError` unless it is
3+
:exc:`SystemExit` or :exc:`KeyboardInterrupt`, which must propagate unchanged.

0 commit comments

Comments
 (0)