We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1732d commit 856958dCopy full SHA for 856958d
Doc/library/timeit.rst
@@ -15,8 +15,8 @@
15
This module provides a simple way to time small bits of Python code. It has both
16
a :ref:`timeit-command-line-interface` as well as a :ref:`callable <python-interface>`
17
one. It avoids a number of common traps for measuring execution times.
18
-See also Tim Peters' introduction to the "Algorithms" chapter in the *Python
19
-Cookbook*, published by O'Reilly.
+See also Tim Peters' introduction to the "Algorithms" chapter in the second
+edition of *Python Cookbook*, published by O'Reilly.
20
21
22
Basic Examples
0 commit comments