From 0e53d234eb002f48554c38692799d2f5e1d266f3 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 14 Jul 2003 18:24:26 +0000 Subject: [PATCH] Fix missing parenthesis --- Doc/lib/libprofile.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex index 4a710824f2e3..9c5ce089182d 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 -- 2.47.3