[Python-checkins] cpython (3.1): Fix typo noticed by Sandro Tosi.

ezio.melotti python-checkins at python.org
Sun Apr 3 15:26:49 CEST 2011


http://hg.python.org/cpython/rev/821244a44163
changeset:   69106:821244a44163
branch:      3.1
parent:      69066:8e074d9b1587
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Apr 03 16:20:21 2011 +0300
summary:
  Fix typo noticed by Sandro Tosi.

files:
  Doc/library/profile.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/profile.rst b/Doc/library/profile.rst
--- a/Doc/library/profile.rst
+++ b/Doc/library/profile.rst
@@ -48,7 +48,7 @@
 
    The profiler modules are designed to provide an execution profile for a given
    program, not for benchmarking purposes (for that, there is :mod:`timeit` for
-   resonably accurate results).  This particularly applies to benchmarking
+   reasonably accurate results).  This particularly applies to benchmarking
    Python code against C code: the profilers introduce overhead for Python code,
    but not for C-level functions, and so the C code would seem faster than any
    Python one.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list