From 01f91829df8ed4cc0d9bc638e7020555194600e1 Mon Sep 17 00:00:00 2001 From: Alexander Belopolsky Date: Sun, 9 Aug 2015 20:02:58 -0400 Subject: [PATCH] PEP 495: Corrected tables markup. --- pep-0495.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-0495.txt b/pep-0495.txt index 87c1499be..0d810b87b 100644 --- a/pep-0495.txt +++ b/pep-0495.txt @@ -227,7 +227,7 @@ by ``utcoffset()`` and ``dst()`` methods should be as follows +-----------------+----------------+------------------+ | | first=True | first=False | -+-----------------+----------------+------------------+ ++=================+================+==================+ | utcoff() | stdoff + hour | stdoff | +-----------------+----------------+------------------+ | dst() | hour | zero | @@ -242,7 +242,7 @@ by ``utcoffset()`` and ``dst()`` methods should be as follows +-----------------+----------------+------------------+ | | first=True | first=False | -+-----------------+----------------+------------------+ ++=================+================+==================+ | utcoff() | stdoff | stdoff + hour | +-----------------+----------------+------------------+ | dst() | zero | hour | @@ -256,7 +256,7 @@ according to the following table: +-----------------+----------------+-----------------------------+ | | first=True | first=False | -+-----------------+----------------+-----------------------------+ ++=================+================+=============================+ | ambiguous | oldoff | newoff = oldoff - delta | +-----------------+----------------+-----------------------------+ | invalid | oldoff | newoff = oldoff + delta |