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
Re-fix typo from ce195cbd98b48370326d9e1bc5ff74e828571850
Co-authored-by: Thomas Grainger <[email protected]>
  • Loading branch information
ambv and graingert committed Jul 27, 2022
commit ad49eb08eeab641096a443f0a592a69920dcc670
2 changes: 1 addition & 1 deletion Doc/library/asyncio-task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ Task Object
This method is used by asyncio's internals and isn't expected to be
used by end-user code. In particular, if a Task gets successfully
uncancelled, this allows for elements of structured concurrency like
:ref:`taskgroups` or and :func:`asyncio.timeout` to continue running,
:ref:`taskgroups` and :func:`asyncio.timeout` to continue running,
isolating cancellation to the respective structured block.
For example::

Expand Down