[Python-checkins] peps: PEP 495: Minor rewording.

alexander.belopolsky python-checkins at python.org
Sun Sep 13 05:54:39 CEST 2015


https://hg.python.org/peps/rev/5967673690e8
changeset:   6055:5967673690e8
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Sat Sep 12 23:54:36 2015 -0400
summary:
  PEP 495: Minor rewording.

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
@@ -428,7 +428,7 @@
 
 The inter-zone subtraction will be defined as it is now: ``t - s`` is
 computed as ``(t - t.utcoffset()) - (s -
-s.utcoffset()).replace(tzinfo=t.tzinfo)``, but the result may now
+s.utcoffset()).replace(tzinfo=t.tzinfo)``, but the result will
 depend on the values of ``t.fold`` and ``s.fold`` when either
 ``t.tzinfo`` or ``s.tzinfo`` is post-PEP. [#]_
 

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


More information about the Python-checkins mailing list