Fix typo in Doc/library/asyncio-task.rst (GH-118627)

This commit is contained in:
Xie Yanbo 2024-05-06 23:00:31 +08:00 committed by GitHub
parent 1b639a04ca
commit fc50f1bdba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1386,7 +1386,7 @@ Task Object
with :meth:`uncancel`. :class:`TaskGroup` context managers use
:func:`uncancel` in a similar fashion.
If end-user code is, for some reason, suppresing cancellation by
If end-user code is, for some reason, suppressing cancellation by
catching :exc:`CancelledError`, it needs to call this method to remove
the cancellation state.