From 3fa4451e7d52f57400e42ace515569ccc53962cc Mon Sep 17 00:00:00 2001 From: johnslavik Date: Fri, 10 Jul 2026 10:23:07 +0200 Subject: [PATCH] Fix permission requirements link --- 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 1782640e83f53a7..a6353f0618c9416 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::