Skip to content

Commit f766a5a

Browse files
committed
Use script.py like in other profiling docs
1 parent 8fb311b commit f766a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/profiling.tracing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ another script or module:
8484

8585
.. code-block:: shell-session
8686
87-
python -m profiling.tracing [-o output_file] [-s sort_order] (-m module | myscript.py)
87+
python -m profiling.tracing [-o output_file] [-s sort_order] (-m module | script.py)
8888
8989
This runs the specified script or module under the profiler and prints the
9090
results to standard output (or saves them to a file).

0 commit comments

Comments
 (0)