]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo noticed by Sandro Tosi.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 3 Apr 2011 13:20:21 +0000 (16:20 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 3 Apr 2011 13:20:21 +0000 (16:20 +0300)
Doc/library/profile.rst

index c5e5dd5a6a24d5ed4e07d534f64117528c3c4a35..82cc2eb3c9a5f9e9a1aa3ab14b75eb06cad58a99 100644 (file)
@@ -48,7 +48,7 @@ compatibility layer on top of the internal :mod:`_lsprof` module.
 
    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.