]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix typo in Doc/library/asyncio-task.rst (GH-118627) (#118657)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 May 2024 17:03:22 +0000 (19:03 +0200)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 17:03:22 +0000 (17:03 +0000)
Fix typo in Doc/library/asyncio-task.rst (GH-118627)
(cherry picked from commit fc50f1bdbad3aa52d7cbd3cb836a35806266ec54)

Co-authored-by: Xie Yanbo <xieyanbo@gmail.com>
Doc/library/asyncio-task.rst

index a964c8b797ef966104d3af640d3a38cb6b34508c..bb41f7e9809068b66cdc2a0b4a67a108c416c3a0 100644 (file)
@@ -1320,7 +1320,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.