From 745d24c116886b8cf50dc57cc41735e445aeea9e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20S=C5=82awecki?= Date: Fri, 10 Jul 2026 18:59:54 +0200 Subject: [PATCH] [3.14] gh-151213: Remove remaining `--retries` refs from 3.14 asyncio tools docs (GH-153492) --- Doc/library/asyncio-tools.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/asyncio-tools.rst b/Doc/library/asyncio-tools.rst index d0c4a22fea4f..5ffb9bb414e8 100644 --- a/Doc/library/asyncio-tools.rst +++ b/Doc/library/asyncio-tools.rst @@ -19,8 +19,8 @@ The following commands inspect the process identified by ``PID``: .. code-block:: shell-session - $ python -m asyncio pstree [--retries N] PID - $ python -m asyncio ps [--retries N] PID + $ python -m asyncio pstree PID + $ python -m asyncio ps 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 -- 2.47.3