From: Bartosz Sławecki Date: Fri, 10 Jul 2026 13:54:18 +0000 (+0200) Subject: gh-151213: Fix asyncio tools permission requirements link (#153493) X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b276b88e385d7785bfc11d87fa56163e984ba699;p=thirdparty%2FPython%2Fcpython.git gh-151213: Fix asyncio tools permission requirements link (#153493) --- diff --git a/Doc/library/asyncio-tools.rst b/Doc/library/asyncio-tools.rst index 1782640e83f5..a6353f0618c9 100644 --- a/Doc/library/asyncio-tools.rst +++ b/Doc/library/asyncio-tools.rst @@ -24,7 +24,7 @@ The following commands inspect the process identified by ``PID``: The commands read the target process state without executing any code in it. They are only available on supported platforms and may require permission to -inspect another process. See the :ref:`permission-requirements ` for details. +inspect another process. See the :ref:`permission requirements ` for details. .. seealso::