[Python-checkins] cpython (3.3): Fix typo noticed by Tom Lynn.
ezio.melotti
python-checkins at python.org
Mon Nov 5 21:23:27 CET 2012
http://hg.python.org/cpython/rev/e99e7e2f61d2
changeset: 80271:e99e7e2f61d2
branch: 3.3
parent: 80269:509f7a53f8cc
user: Ezio Melotti <ezio.melotti at gmail.com>
date: Mon Nov 05 22:22:48 2012 +0200
summary:
Fix typo noticed by Tom Lynn.
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