[Python-checkins] peps: PEP 495 (minor): Corrected a typo.

alexander.belopolsky python-checkins at python.org
Fri Sep 25 01:23:55 CEST 2015


https://hg.python.org/peps/rev/c7712f920a8f
changeset:   6102:c7712f920a8f
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Thu Sep 24 19:23:49 2015 -0400
summary:
  PEP 495 (minor): Corrected a typo.

files:
  pep-0495.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0495.txt b/pep-0495.txt
--- a/pep-0495.txt
+++ b/pep-0495.txt
@@ -739,7 +739,7 @@
 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

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list