]> granicus.if.org Git - python/commitdiff
Removed unnecessary \small{} block; latex2html got it wrong and its no
authorFred Drake <fdrake@acm.org>
Tue, 23 Dec 1997 04:03:26 +0000 (04:03 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 23 Dec 1997 04:03:26 +0000 (04:03 +0000)
longer needed for printed output.

Doc/lib/libprofile.tex
Doc/libprofile.tex

index 52156a3126f5b48c25aa89e82f3e13cf85399202..a3337446e003723fd9ef39ff8d248c470ad91ba3 100644 (file)
@@ -273,7 +273,6 @@ function automatically prints a simple profiling report, sorted by the
 standard name string (file/line/function-name) that is presented in
 each line.  The following is a typical output from such a call:
 
-\small{
 \bcode\begin{verbatim}
       main()
       2706 function calls (2004 primitive calls) in 4.504 CPU seconds
@@ -285,7 +284,6 @@ ncalls  tottime  percall  cumtime  percall filename:lineno(function)
   43/3    0.533    0.012    0.749    0.250 pobject.py:99(evaluate)
  ...
 \end{verbatim}\ecode
-}
 
 The first line indicates that this profile was generated by the call:\\
 \code{profile.run('main()')}, and hence the exec'ed string is
index 52156a3126f5b48c25aa89e82f3e13cf85399202..a3337446e003723fd9ef39ff8d248c470ad91ba3 100644 (file)
@@ -273,7 +273,6 @@ function automatically prints a simple profiling report, sorted by the
 standard name string (file/line/function-name) that is presented in
 each line.  The following is a typical output from such a call:
 
-\small{
 \bcode\begin{verbatim}
       main()
       2706 function calls (2004 primitive calls) in 4.504 CPU seconds
@@ -285,7 +284,6 @@ ncalls  tottime  percall  cumtime  percall filename:lineno(function)
   43/3    0.533    0.012    0.749    0.250 pobject.py:99(evaluate)
  ...
 \end{verbatim}\ecode
-}
 
 The first line indicates that this profile was generated by the call:\\
 \code{profile.run('main()')}, and hence the exec'ed string is