[Python-checkins] peps: PEP 418: Fix a typo
victor.stinner
python-checkins at python.org
Tue Apr 3 01:26:38 CEST 2012
http://hg.python.org/peps/rev/3044ae06a38f
changeset: 4190:3044ae06a38f
user: Victor Stinner <victor.stinner at gmail.com>
date: Tue Apr 03 01:26:35 2012 +0200
summary:
PEP 418: Fix a typo
files:
pep-0418.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pep-0418.txt b/pep-0418.txt
--- a/pep-0418.txt
+++ b/pep-0418.txt
@@ -87,7 +87,7 @@
adjusted by NTP. The reference point of the returned value is undefined so
only the difference of consecutive calls is valid.
-Use time.get_clock_info('monotonic')['monotonic'] to check if the clock
+Use time.get_clock_info('monotonic')['is_monotonic'] to check if the clock
monotonic or not.
The elapsed time may or may not include time the system spends in
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list