Skip to content

Commit 856958d

Browse files
Specify Python Cookbook edition for reference (GH-26301) (#26302)
(cherry picked from commit 604cd71) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent ae1732d commit 856958d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/timeit.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
This module provides a simple way to time small bits of Python code. It has both
1616
a :ref:`timeit-command-line-interface` as well as a :ref:`callable <python-interface>`
1717
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.
18+
See also Tim Peters' introduction to the "Algorithms" chapter in the second
19+
edition of *Python Cookbook*, published by O'Reilly.
2020

2121

2222
Basic Examples

0 commit comments

Comments
 (0)