]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in Doc/library/asyncio-task.rst (GH-118627)
authorXie Yanbo <xieyanbo@gmail.com>
Mon, 6 May 2024 15:00:31 +0000 (23:00 +0800)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 15:00:31 +0000 (08:00 -0700)
Doc/library/asyncio-task.rst

index 3d300c37419f13e9b1e07e41acc004923c09160b..188649a2968df8c571760d3fa5dfd1fe7fc4bbc6 100644 (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.