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
attempt to -> call
  • Loading branch information
gvanrossum authored Sep 26, 2022
commit 26cf287756b403fdb1e40cd36020e48abbf8ae03
2 changes: 1 addition & 1 deletion Doc/library/asyncio-task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ The asyncio components that enable structured concurrency, like
:class:`asyncio.TaskGroup` and :func:`asyncio.timeout`,
are implemented using cancellation internally and might misbehave if
a coroutine swallows :exc:`asyncio.CancelledError`. Similarly, user code
should not attempt to :meth:`uncancel <asyncio.Task.uncancel>`
should not call :meth:`uncancel <asyncio.Task.uncancel>`.

.. _taskgroups:

Expand Down