PEP 495: Corrected the missing time rule for timestamp.

This commit is contained in:
Alexander Belopolsky 2015-08-15 23:57:08 -04:00
parent bef964294e
commit 86e9b6efcc
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ is always the same as the offset right after the gap.
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::