[Python-checkins] cpython (3.3): Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@)

georg.brandl python-checkins at python.org
Sun Oct 6 09:17:08 CEST 2013


http://hg.python.org/cpython/rev/b79f68d075c3
changeset:   85994:b79f68d075c3
branch:      3.3
parent:      85992:32689671a881
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
@@ -600,8 +600,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