From: Raymond Hettinger Date: Mon, 14 Jul 2003 18:24:26 +0000 (+0000) Subject: Fix missing parenthesis X-Git-Tag: v2.3c1~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e53d234eb002f48554c38692799d2f5e1d266f3;p=python Fix missing parenthesis --- diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex index 4a710824f2..9c5ce08918 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