There was an error while loading. Please reload this page.
--retries
1 parent b49ec81 commit e818fb8Copy full SHA for e818fb8
1 file changed
Doc/library/asyncio-tools.rst
@@ -19,8 +19,8 @@ The following commands inspect the process identified by ``PID``:
19
20
.. code-block:: shell-session
21
22
- $ python -m asyncio pstree [--retries N] PID
23
- $ python -m asyncio ps [--retries N] PID
+ $ python -m asyncio pstree PID
+ $ python -m asyncio ps PID
24
25
The commands read the target process state without executing any code in it.
26
They are only available on supported platforms and may require permission to
0 commit comments