PEP 495: Corrected a typo. Thanks Carl Meyer.

This commit is contained in:
Alexander Belopolsky 2015-09-21 13:33:12 -04:00
parent 52d1eae40a
commit c5bfd7e3d0
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ time, there are two values ``s0`` and ``s1`` such that::
datetime.fromtimestamp(s0) == datetime.fromtimestamp(s1) == dt
In this case, ``dt.timestamp()`` will return the smaller of ``s0``
and ``s1`` values if ``dt.fold == True`` and the larger otherwise.
and ``s1`` values if ``dt.fold == 0`` and the larger otherwise.
For example, on a system set to US/Eastern timezone::