Skip to content

Commit fc50f1b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-task.rst

Lines 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)