diff options
author | Raymond Hettinger <python@rcn.com> | 2003-07-14 18:24:26 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-07-14 18:24:26 (GMT) |
commit | 0e53d234eb002f48554c38692799d2f5e1d266f3 (patch) | |
tree | 0996a27a07d939015d1c9ee3c78886be2156b67f /Doc/lib/libprofile.tex | |
parent | 72331179608221081ca8e2af2b6fd68946ba9ed6 (diff) | |
download | cpython-0e53d234eb002f48554c38692799d2f5e1d266f3.zip cpython-0e53d234eb002f48554c38692799d2f5e1d266f3.tar.gz cpython-0e53d234eb002f48554c38692799d2f5e1d266f3.tar.bz2 |
Fix missing parenthesis
Diffstat (limited to 'Doc/lib/libprofile.tex')
-rw-r--r-- | Doc/lib/libprofile.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex index 4a71082..9c5ce08 100644 --- a/Doc/lib/libprofile.tex +++ b/Doc/lib/libprofile.tex @@ -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 |