mirror of
https://github.com/python/cpython.git
synced 2024-12-15 21:04:00 +08:00
Removed unnecessary \small{} block; latex2html got it wrong and its no
longer needed for printed output.
This commit is contained in:
parent
557dea1ca2
commit
d21759ba47
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user