PEP 495 (minor): Corected markup.

This commit is contained in:
Alexander Belopolsky 2015-09-21 17:12:12 -04:00
parent 32b6a542bd
commit 8ba4c55f8f
1 changed files with 1 additions and 1 deletions

View File

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