Skip to content

Commit 2240bea

Browse files
committed
Remove --retries fully from 3.14 docs
1 parent 6c389c4 commit 2240bea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/asyncio-tools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The following commands inspect the process identified by ``PID``:
1919

2020
.. code-block:: shell-session
2121
22-
$ python -m asyncio pstree [--retries N] PID
23-
$ python -m asyncio ps [--retries N] PID
22+
$ python -m asyncio pstree PID
23+
$ python -m asyncio ps PID
2424
2525
The commands read the target process state without executing any code in it.
2626
They are only available on supported platforms and may require permission to

0 commit comments

Comments
 (0)