https://github.com/python/cpython/commit/fc50f1bdbad3aa52d7cbd3cb836a35806266ec54
commit: fc50f1bdbad3aa52d7cbd3cb836a35806266ec54
branch: main
author: Xie Yanbo <[email protected]>
committer: willingc <[email protected]>
date: 2024-05-06T08:00:31-07:00
summary:
Fix typo in Doc/library/asyncio-task.rst (GH-118627)
files:
M Doc/library/asyncio-task.rst
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 3d300c37419f13..188649a2968df8 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -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.
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]