]> granicus.if.org Git - python/commitdiff
Fixed a wrong apostrophe
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 28 Jun 2009 00:07:45 +0000 (00:07 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 28 Jun 2009 00:07:45 +0000 (00:07 +0000)
Doc/library/timeit.rst

index fde10781b3106d9d80d82f8f0f55bb29ef5a8900..4f930b354fee688bc69244705de3ad5c9955f1fb 100644 (file)
@@ -28,7 +28,7 @@ The module defines the following public class:
    setup, and a timer function.  Both statements default to ``'pass'``; the timer
    function is platform-dependent (see the module doc string).  *stmt* and *setup*
    may also contain multiple statements separated by ``;`` or newlines, as long as
-   they dont contain multi-line string literals.
+   they don't contain multi-line string literals.
 
    To measure the execution time of the first statement, use the :meth:`timeit`
    method.  The :meth:`repeat` method is a convenience to call :meth:`timeit`