diff options
author | Georg Brandl <georg@python.org> | 2013-10-06 07:17:43 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-06 07:17:43 (GMT) |
commit | c2b17b2ebae4930c65e3de38a0eb66c8ed1cfc30 (patch) | |
tree | c2e0a155541e1e1395f6e3abbdaf301e9e6f78e8 /Doc/library/profile.rst | |
parent | 53bf15af476756190a28193ae41155eadc2b1e9e (diff) | |
download | cpython-c2b17b2ebae4930c65e3de38a0eb66c8ed1cfc30.zip cpython-c2b17b2ebae4930c65e3de38a0eb66c8ed1cfc30.tar.gz cpython-c2b17b2ebae4930c65e3de38a0eb66c8ed1cfc30.tar.bz2 |
Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@)
Diffstat (limited to 'Doc/library/profile.rst')
-rw-r--r-- | Doc/library/profile.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst index aefc024..f2453f1 100644 --- a/Doc/library/profile.rst +++ b/Doc/library/profile.rst @@ -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 |