]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-151213: Remove remaining `--retries` refs from 3.14 asyncio tools docs...
authorBartosz Sławecki <bartosz@ilikepython.com>
Fri, 10 Jul 2026 16:59:54 +0000 (18:59 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2026 16:59:54 +0000 (19:59 +0300)
Doc/library/asyncio-tools.rst

index d0c4a22fea4fe393bd3fa6de57a7265718e00019..5ffb9bb414e8422cc861d18fac156c21874c0878 100644 (file)
@@ -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