[Python-checkins] python/dist/src/Doc/lib libprofile.tex,1.40,1.41

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Mon, 14 Jul 2003 11:24:28 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv1123

Modified Files:
	libprofile.tex 
Log Message:
Fix missing parenthesis

Index: libprofile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libprofile.tex,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** libprofile.tex	14 May 2003 14:29:27 -0000	1.40
--- libprofile.tex	14 Jul 2003 18:24:26 -0000	1.41
***************
*** 464,468 ****
  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()}.
  
  The arguments provided (if any) can be used to limit the list down to
--- 464,468 ----
  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()}).
  
  The arguments provided (if any) can be used to limit the list down to