[Python-checkins] cpython (merge 3.3 -> default): Merge typo fix.

ezio.melotti python-checkins at python.org
Mon Nov 5 21:23:29 CET 2012


http://hg.python.org/cpython/rev/ec00f8570c55
changeset:   80272:ec00f8570c55
parent:      80270:47943fe516ec
parent:      80271:e99e7e2f61d2
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Mon Nov 05 22:23:16 2012 +0200
summary:
  Merge typo fix.

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


diff --git a/Doc/library/time.rst b/Doc/library/time.rst
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -309,7 +309,7 @@
 
    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

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


More information about the Python-checkins mailing list