From: Bartosz Sławecki Date: Fri, 10 Jul 2026 16:59:54 +0000 (+0200) Subject: [3.14] gh-151213: Remove remaining `--retries` refs from 3.14 asyncio tools docs... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=745d24c116886b8cf50dc57cc41735e445aeea9e;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-151213: Remove remaining `--retries` refs from 3.14 asyncio tools docs (GH-153492) --- 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