]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-151213: Fix asyncio tools permission requirements link (#153493)
authorBartosz Sławecki <bartosz@ilikepython.com>
Fri, 10 Jul 2026 13:54:18 +0000 (15:54 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2026 13:54:18 +0000 (19:24 +0530)
Doc/library/asyncio-tools.rst

index 1782640e83f53a7081021db45e480484300be670..a6353f0618c9416a0d7a59eda1a763897e5dd91b 100644 (file)
@@ -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 <permission-requirements>` for details.
+inspect another process.  See the :ref:`permission requirements <permission-requirements>` for details.
 
 .. seealso::