[Python-checkins] peps: PEP 495 (minor): Corected markup.

alexander.belopolsky python-checkins at python.org
Mon Sep 21 23:12:18 CEST 2015


https://hg.python.org/peps/rev/f14bd86db3bc
changeset:   6091:f14bd86db3bc
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Mon Sep 21 17:12:12 2015 -0400
summary:
  PEP 495 (minor): Corected markup.

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
@@ -17,7 +17,7 @@
 This PEP adds a new attribute ``fold`` to instances of the
 ``datetime.time`` and ``datetime.datetime`` classes that can be used
 to differentiate between two moments in time for which local times are
-the same.  The allowed values for the `fold` attribute will be 0 and 1
+the same.  The allowed values for the ``fold`` attribute will be 0 and 1
 with 0 corresponding to the earlier and 1 to the later of the two
 possible readings of an ambiguous local time.
 

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


More information about the Python-checkins mailing list