mirror of https://github.com/python/cpython
Fix missing parenthesis
This commit is contained in:
parent
7233117960
commit
0e53d234eb
|
@ -463,7 +463,7 @@ in the \function{profile.run()} definition.
|
|||
|
||||
The order of the printing is based on the last \method{sort_stats()}
|
||||
operation done on the object (subject to caveats in \method{add()} and
|
||||
\method{strip_dirs()}.
|
||||
\method{strip_dirs()}).
|
||||
|
||||
The arguments provided (if any) can be used to limit the list down to
|
||||
the significant entries. Initially, the list is taken to be the
|
||||
|
|
Loading…
Reference in New Issue