diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-05 20:23:16 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-05 20:23:16 (GMT) |
commit | 10ffea887c5e1e46d63cd25c45bd3a7dd39de2cc (patch) | |
tree | 86cf1983ced493513c189f3810b0613c1d1bd33c | |
parent | d9d1d08b07f6f173c65b527c9d81fac1937b9762 (diff) | |
parent | 99bafff7cc66c0d79b2c5bec13656c098807623d (diff) | |
download | cpython-10ffea887c5e1e46d63cd25c45bd3a7dd39de2cc.zip cpython-10ffea887c5e1e46d63cd25c45bd3a7dd39de2cc.tar.gz cpython-10ffea887c5e1e46d63cd25c45bd3a7dd39de2cc.tar.bz2 |
Merge typo fix.
-rw-r--r-- | Doc/library/time.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst index bad3f47..d7d8230 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -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 |