]> granicus.if.org Git - python/commitdiff
Fix typo noticed by Tom Lynn.
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 5 Nov 2012 20:22:48 +0000 (22:22 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 5 Nov 2012 20:22:48 +0000 (22:22 +0200)
Doc/library/time.rst

index bad3f47685b1e166dbbdc3669a42f169142b2a36..d7d82309a5de23704aabdf722621b0721a5b8ac4 100644 (file)
@@ -309,7 +309,7 @@ The module defines the following functions and data items:
 
    On Windows versions older than Vista, :func:`monotonic` detects
    :c:func:`GetTickCount` integer overflow (32 bits, roll-over after 49.7 days).
-   It increases an internal epoch (reference time by) 2\ :sup:`32` each time
+   It increases an internal epoch (reference time) by 2\ :sup:`32` each time
    that an overflow is detected.  The epoch is stored in the process-local state
    and so the value of :func:`monotonic` may be different in two Python
    processes running for more than 49 days. On more recent versions of Windows