We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1d4f9 commit 12a9813Copy full SHA for 12a9813
Doc/library/asyncio-exceptions.rst
@@ -31,7 +31,7 @@ Exceptions
31
32
.. versionchanged:: 3.8
33
34
- :exc:`CancelledError` is now a subclass of :class:`BaseException`.
+ :exc:`CancelledError` is now a subclass of :class:`BaseException` rather than :class:`Exception`.
35
36
37
.. exception:: InvalidStateError
0 commit comments