Fix typo noticed by Tom Lynn.

This commit is contained in:
Ezio Melotti 2012-11-05 22:22:48 +02:00
parent 1de70b52a4
commit 99bafff7cc

View file

@ -309,7 +309,7 @@ The module defines the following functions and data items:
On Windows versions older than Vista, :func:`monotonic` detects On Windows versions older than Vista, :func:`monotonic` detects
:c:func:`GetTickCount` integer overflow (32 bits, roll-over after 49.7 days). :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 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 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 processes running for more than 49 days. On more recent versions of Windows