]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.15] gh-151213: Fix asyncio tools permission requirements link (GH-153493) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 Jul 2026 16:55:15 +0000 (18:55 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2026 16:55:15 +0000 (19:55 +0300)
(cherry picked from commit b276b88e385d7785bfc11d87fa56163e984ba699)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
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::