diff --git a/pep-0495.txt b/pep-0495.txt index e1915a3d9..658fe1303 100644 --- a/pep-0495.txt +++ b/pep-0495.txt @@ -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::