[Python-checkins] peps: Corrected a typo in PEP-0500.

alexander.belopolsky python-checkins at python.org
Sun Aug 9 00:17:12 CEST 2015


https://hg.python.org/peps/rev/578f401e66b4
changeset:   5943:578f401e66b4
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Sat Aug 08 18:17:08 2015 -0400
summary:
  Corrected a typo in PEP-0500.

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


diff --git a/pep-0500.txt b/pep-0500.txt
--- a/pep-0500.txt
+++ b/pep-0500.txt
@@ -43,7 +43,7 @@
 of local dates.  No self-respecting car rental company will charge its
 customers more for a week that straddles the end of DST than for any
 other week or require that they return the car an hour early.
-Therefore, changing the current rules for aware datetime arithmentics
+Therefore, changing the current rules for aware datetime arithmetics
 will not only create a backward compatibility nightmare, it will
 eliminate support for legitimate and common use cases.
 

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


More information about the Python-checkins mailing list