From e818fb8b83ffedfa73cbbb440550a6426c46ac01 Mon Sep 17 00:00:00 2001 From: johnslavik Date: Fri, 10 Jul 2026 10:23:49 +0200 Subject: [PATCH] Remove `--retries` fully from 3.14 docs --- 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 93710d9894266e..462a1f0cc96044 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