mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fix missing parenthesis
This commit is contained in:
parent
7233117960
commit
0e53d234eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue