From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 6 May 2024 17:03:22 +0000 (+0200) Subject: [3.12] Fix typo in Doc/library/asyncio-task.rst (GH-118627) (#118657) X-Git-Tag: v3.12.4~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6c2b04d029e3ce547fb687fc4b6d30755d989a6;p=thirdparty%2FPython%2Fcpython.git [3.12] Fix typo in Doc/library/asyncio-task.rst (GH-118627) (#118657) Fix typo in Doc/library/asyncio-task.rst (GH-118627) (cherry picked from commit fc50f1bdbad3aa52d7cbd3cb836a35806266ec54) Co-authored-by: Xie Yanbo --- diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index a964c8b797ef..bb41f7e98090 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -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.