https://github.com/python/cpython/commit/88270cd3e13e259763dcbb2b29caead878fb9c96 commit: 88270cd3e13e259763dcbb2b29caead878fb9c96 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka <[email protected]> date: 2026-07-10T19:55:41+03:00 summary:
[3.14] gh-151213: Fix asyncio tools permission requirements link (GH-153493) (GH-153519) (cherry picked from commit b276b88e385d7785bfc11d87fa56163e984ba699) Co-authored-by: Bartosz Sławecki <[email protected]> files: M Doc/library/asyncio-tools.rst diff --git a/Doc/library/asyncio-tools.rst b/Doc/library/asyncio-tools.rst index 93710d9894266e..d0c4a22fea4fe3 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 <permission-requirements>` for details. +inspect another process. See the :ref:`permission requirements <permission-requirements>` for details. .. seealso:: _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
