Removed unnecessary \small{} block; latex2html got it wrong and its no

longer needed for printed output.
This commit is contained in:
Fred Drake 1997-12-23 04:03:26 +00:00
parent 557dea1ca2
commit d21759ba47
2 changed files with 0 additions and 4 deletions

View 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

View 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