mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
According to Tim Peters, there should be 'print' statements in one
particular example.
This commit is contained in:
parent
cce1090d49
commit
685ef4e604
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue