Skip to content

Commit 6f635e6

Browse files
committed
Use shell-session formatting
1 parent ffd5a27 commit 6f635e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/library/profiling-tracing.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ Command-line interface
8080
.. program:: profiling.tracing
8181

8282
The :mod:`profiling.tracing` module can be invoked as a script to profile
83-
another script or module::
83+
another script or module:
84+
85+
.. code-block:: shell-session
8486
8587
python -m profiling.tracing [-o output_file] [-s sort_order] (-m module | myscript.py)
8688

0 commit comments

Comments
 (0)