We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb311b commit f766a5aCopy full SHA for f766a5a
Doc/library/profiling.tracing.rst
@@ -84,7 +84,7 @@ another script or module:
84
85
.. code-block:: shell-session
86
87
- python -m profiling.tracing [-o output_file] [-s sort_order] (-m module | myscript.py)
+ python -m profiling.tracing [-o output_file] [-s sort_order] (-m module | script.py)
88
89
This runs the specified script or module under the profiler and prints the
90
results to standard output (or saves them to a file).
0 commit comments