From d211d0dc9e4ce8109451223aade145771ba5ae91 Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Thu, 24 Sep 2015 19:23:49 -0400 Subject: [PATCH] PEP 495 (minor): Corrected a typo. --- pep-0495.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0495.txt b/pep-0495.txt index 7f2393da4..61becbd74 100644 --- a/pep-0495.txt +++ b/pep-0495.txt @@ -739,7 +739,7 @@ such program because ``astimezone()`` does not currently work with naive datetimes. This leaves us with only one situation where an existing program can -start producing diferent results after the implementation of this PEP: +start producing different results after the implementation of this PEP: when a ``datetime.timestamp()`` method is called on a naive datetime instance that happen to be in the fold or the gap. In the current implementation, the result is undefined. Depending on the system