]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] 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:41 +0000 (18:55 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2026 16:55:41 +0000 (19:55 +0300)
(cherry picked from commit b276b88e385d7785bfc11d87fa56163e984ba699)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Doc/library/asyncio-tools.rst

index 93710d9894266ebe54f05ac97b52d1b73ff27b72..d0c4a22fea4fe393bd3fa6de57a7265718e00019 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::