[Python-checkins] peps: PEP 495: Corrected the missing time rule for timestamp.

alexander.belopolsky python-checkins at python.org
Sun Aug 16 05:57:16 CEST 2015


https://hg.python.org/peps/rev/9da9a9224a13
changeset:   5956:9da9a9224a13
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Sat Aug 15 23:57:08 2015 -0400
summary:
  PEP 495: Corrected the missing time rule for timestamp.

files:
  pep-0495.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0495.txt b/pep-0495.txt
--- a/pep-0495.txt
+++ b/pep-0495.txt
@@ -198,7 +198,7 @@
 
 The value returned by ``dt.timestamp()`` given a missing
 ``dt`` will be the larger of the two "nice to know" values
-if ``dt.first  == True`` and the larger otherwise.
+if ``dt.first  == True`` and the smaller otherwise.
 
 For example, on a system set to US/Eastern timezone::
 

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


More information about the Python-checkins mailing list