Skip to content

Commit 745d24c

Browse files
authored
[3.14] gh-151213: Remove remaining --retries refs from 3.14 asyncio tools docs (GH-153492)
1 parent 88270cd commit 745d24c

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)