From d21759ba47160460c7f612a47214f9a7f4622963 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 23 Dec 1997 04:03:26 +0000 Subject: [PATCH] Removed unnecessary \small{} block; latex2html got it wrong and its no longer needed for printed output. --- Doc/lib/libprofile.tex | 2 -- Doc/libprofile.tex | 2 -- 2 files changed, 4 deletions(-) diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex index 52156a3126f..a3337446e00 100644 --- a/Doc/lib/libprofile.tex +++ b/Doc/lib/libprofile.tex @@ -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 diff --git a/Doc/libprofile.tex b/Doc/libprofile.tex index 52156a3126f..a3337446e00 100644 --- a/Doc/libprofile.tex +++ b/Doc/libprofile.tex @@ -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