]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@)
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 07:17:43 +0000 (09:17 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 07:17:43 +0000 (09:17 +0200)
Doc/library/profile.rst

index aefc024d40e24879a0a85a7a2d413793de2d5122..f2453f1f856cc253603999e11561d20e00926bc3 100644 (file)
@@ -600,8 +600,8 @@ your results will "less often" show up as negative in profile statistics.
 
 .. _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