[Python-checkins] Specify Python Cookbook edition for reference (GH-26301) (#26302)

iritkatriel webhook-mailer at python.org
Fri May 21 18:49:04 EDT 2021


https://github.com/python/cpython/commit/856958d0e750a62bd5e6a231c3ed67aa0db32e11
commit: 856958d0e750a62bd5e6a231c3ed67aa0db32e11
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: iritkatriel <iritkatriel at yahoo.com>
date: 2021-05-21T23:48:56+01:00
summary:

Specify Python Cookbook edition for reference (GH-26301) (#26302)


(cherry picked from commit 604cd71e501b3bb1ede2b8abc797643fc2e9129c)

Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>

files:
M Doc/library/timeit.rst

diff --git a/Doc/library/timeit.rst b/Doc/library/timeit.rst
index 668fcb860cea8..d4e8b749db480 100644
--- a/Doc/library/timeit.rst
+++ b/Doc/library/timeit.rst
@@ -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 *Python Cookbook*, published by O'Reilly.
 
 
 Basic Examples



More information about the Python-checkins mailing list