mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
#7725: fix referencing issue.
This commit is contained in:
parent
6878ee8d43
commit
c3b0cd75b2
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ script. For example::
|
||||||
|
|
||||||
cProfile.py [-o output_file] [-s sort_order]
|
cProfile.py [-o output_file] [-s sort_order]
|
||||||
|
|
||||||
:option:`-s` only applies to standard output (:option:`-o` is not supplied).
|
``-s`` only applies to standard output (``-o`` is not supplied).
|
||||||
Look in the :class:`Stats` documentation for valid sort values.
|
Look in the :class:`Stats` documentation for valid sort values.
|
||||||
|
|
||||||
When you wish to review the profile, you should use the methods in the
|
When you wish to review the profile, you should use the methods in the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue