[Python-checkins] peps: PEP 418: Fix typo (Specifiction)

victor.stinner python-checkins at python.org
Wed Apr 4 01:50:04 CEST 2012


http://hg.python.org/peps/rev/060641887edf
changeset:   4197:060641887edf
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Wed Apr 04 01:49:55 2012 +0200
summary:
  PEP 418: Fix typo (Specifiction)

files:
  pep-0418.txt |  10 ++++++----
  1 files changed, 6 insertions(+), 4 deletions(-)


diff --git a/pep-0418.txt b/pep-0418.txt
--- a/pep-0418.txt
+++ b/pep-0418.txt
@@ -235,9 +235,11 @@
 
 A steady clock is a clock with a stable rate.
 
-The C++ Timeout Specifiction uses the following definition: "Objects of class
-steady_clock represent clocks for which values of time_point advance at a
-steady rate relative to real time. That is, the clock may not be adjusted."
+The `C++ Timeout Specification
+<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3128.html>`_ uses the
+following definition: "Objects of class steady_clock represent clocks for which
+values of time_point advance at a steady rate relative to real time. That is,
+the clock may not be adjusted."
 
 
 Hardware clocks
@@ -835,7 +837,7 @@
 One function choosing the clock from a list of constrains
 ---------------------------------------------------------
 
-time.get_clock(*flags) with the following flags:
+``time.get_clock(*flags)`` with the following flags:
 
  * time.MONOTONIC: clock cannot go backard
  * time.STEADY: clock rate is steady and the clock is not adjusted

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


More information about the Python-checkins mailing list