Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/asyncio-tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading