Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc50f1b

Browse filesBrowse files
authored
Fix typo in Doc/library/asyncio-task.rst (GH-118627)
1 parent 1b639a0 commit fc50f1b
Copy full SHA for fc50f1b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Doc/library/asyncio-task.rst

Copy file name to clipboardExpand all lines: Doc/library/asyncio-task.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@ Task Object
13861386
with :meth:`uncancel`. :class:`TaskGroup` context managers use
13871387
:func:`uncancel` in a similar fashion.
13881388

1389-
If end-user code is, for some reason, suppresing cancellation by
1389+
If end-user code is, for some reason, suppressing cancellation by
13901390
catching :exc:`CancelledError`, it needs to call this method to remove
13911391
the cancellation state.
13921392

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.