PEP 495: Corrected a typo. Thanks Carl Meyer.
This commit is contained in:
parent
52d1eae40a
commit
c5bfd7e3d0
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue