Skip to content

Commit bf389fe

Browse files
committed
Exceptionally use plaintext formatting for output
1 parent 8f890d0 commit bf389fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/library/profiling-sampling.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,9 @@ stack, with a count of how many times that stack was sampled::
398398

399399
python -m profiling.sampling run --collapsed script.py
400400

401-
The output looks like::
401+
The output looks like:
402+
403+
.. code-block:: text
402404
403405
main;process_data;parse_json;decode_utf8 42
404406
main;process_data;parse_json 156

0 commit comments

Comments
 (0)