According to Tim Peters, there should be 'print' statements in one

particular example.
This commit is contained in:
Guido van Rossum 1998-03-17 14:37:48 +00:00
parent cce1090d49
commit 685ef4e604
2 changed files with 6 additions and 6 deletions

View file

@ -566,9 +566,9 @@ in section Limitations above).
\begin{verbatim}
import profile
pr = profile.Profile()
pr.calibrate(100)
pr.calibrate(100)
pr.calibrate(100)
print pr.calibrate(100)
print pr.calibrate(100)
print pr.calibrate(100)
\end{verbatim}
The argument to \method{calibrate()} is the number of times to try to

View file

@ -566,9 +566,9 @@ in section Limitations above).
\begin{verbatim}
import profile
pr = profile.Profile()
pr.calibrate(100)
pr.calibrate(100)
pr.calibrate(100)
print pr.calibrate(100)
print pr.calibrate(100)
print pr.calibrate(100)
\end{verbatim}
The argument to \method{calibrate()} is the number of times to try to