From 88270cd3e13e259763dcbb2b29caead878fb9c96 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 10 Jul 2026 18:55:41 +0200 Subject: [PATCH] [3.14] gh-151213: Fix asyncio tools permission requirements link (GH-153493) (GH-153519) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (cherry picked from commit b276b88e385d7785bfc11d87fa56163e984ba699) Co-authored-by: Bartosz Sławecki --- Doc/library/asyncio-tools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-tools.rst b/Doc/library/asyncio-tools.rst index 93710d989426..d0c4a22fea4f 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:: -- 2.47.3