Skip to content

Commit 23e19e8

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 04d035b commit 23e19e8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/asyncio-tools.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following commands inspect the process identified by ``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
27-
inspect another process. See :ref:`permission-requirements` for details.
27+
inspect another process. See the :ref:`permission-requirements` for details.
2828

2929
.. seealso::
3030

@@ -36,6 +36,7 @@ The command examples below use this program, which creates a task hierarchy
3636
suitable for inspection and prints its process ID:
3737

3838
.. code-block:: python
39+
:caption: example.py
3940
4041
import asyncio
4142
import os

0 commit comments

Comments
 (0)