[Python-checkins] peps: PEP 495: Minor markup fix.

alexander.belopolsky python-checkins at python.org
Sun Aug 16 05:19:07 CEST 2015


https://hg.python.org/peps/rev/1a8f5b53030e
changeset:   5955:1a8f5b53030e
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Sat Aug 15 23:18:58 2015 -0400
summary:
  PEP 495: Minor markup fix.

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
@@ -335,7 +335,7 @@
 
 The value of "first" will be ignored in all operations except those
 that involve conversion between timezones. [#]_ As a consequence,
-`datetime.datetime`` or ``datetime.time`` instances that differ only
+``datetime.datetime`` or ``datetime.time`` instances that differ only
 by the value of ``first`` will compare as equal.  Applications that
 need to differentiate between such instances should check the value of
 ``first`` or convert them to a timezone that does not have ambiguous

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


More information about the Python-checkins mailing list