Update timeit.rst
Clarifying that Tim's introduction to "Algorithms" is only in the *second* edition of "Python Cookbook" (since, alas, it's not in the current, third edition).
This commit is contained in:
parent
f0e030cacb
commit
99d9526173
|
@ -15,8 +15,8 @@
|
|||
This module provides a simple way to time small bits of Python code. It has both
|
||||
a :ref:`timeit-command-line-interface` as well as a :ref:`callable <python-interface>`
|
||||
one. It avoids a number of common traps for measuring execution times.
|
||||
See also Tim Peters' introduction to the "Algorithms" chapter in the *Python
|
||||
Cookbook*, published by O'Reilly.
|
||||
See also Tim Peters' introduction to the "Algorithms" chapter in the second edition
|
||||
of the *Python Cookbook*, published by O'Reilly.
|
||||
|
||||
|
||||
Basic Examples
|
||||
|
|
Loading…
Reference in New Issue