[Python-checkins] CVS: python/dist/src/Doc/lib libprofile.tex,1.33,1.34

Fred L. Drake fdrake@users.sourceforge.net
Thu, 14 Jun 2001 06:57:18 -0700


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

Modified Files:
	libprofile.tex 
Log Message:

Fix an improperly placed comma.


Index: libprofile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libprofile.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** libprofile.tex	2001/06/08 05:04:19	1.33
--- libprofile.tex	2001/06/14 13:57:16	1.34
***************
*** 617,621 ****
  profiler will actually run equally fast!!), but the above method is
  the simplest to use.  I could have made the profiler ``self
! calibrating'', but it would have made the initialization of the
  profiler class slower, and would have required some \emph{very} fancy
  coding, or else the use of a variable where the constant \samp{.00053}
--- 617,621 ----
  profiler will actually run equally fast!!), but the above method is
  the simplest to use.  I could have made the profiler ``self
! calibrating,'' but it would have made the initialization of the
  profiler class slower, and would have required some \emph{very} fancy
  coding, or else the use of a variable where the constant \samp{.00053}