[Python-checkins] cpython (2.7): Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@)
georg.brandl
python-checkins at python.org
Sun Oct 6 09:17:50 CEST 2013
http://hg.python.org/cpython/rev/736071957c1d
changeset: 85996:736071957c1d
branch: 2.7
parent: 85987:b1e94e332ec8
user: Georg Brandl <georg at python.org>
date: Sun Oct 06 09:17:43 2013 +0200
summary:
Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@)
files:
Doc/library/profile.rst | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst
--- a/Doc/library/profile.rst
+++ b/Doc/library/profile.rst
@@ -625,8 +625,8 @@
.. _profile-timers:
-Using a customer timer
-======================
+Using a custom timer
+====================
If you want to change how current time is determined (for example, to force use
of wall-clock time or elapsed process time), pass the timing function you want
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list