[Python-checkins] peps: PEP 495: Corrected tables markup.

alexander.belopolsky python-checkins at python.org
Mon Aug 10 02:03:03 CEST 2015


https://hg.python.org/peps/rev/f5b3795f1b70
changeset:   5946:f5b3795f1b70
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Sun Aug 09 20:02:58 2015 -0400
summary:
  PEP 495: Corrected tables markup.

files:
  pep-0495.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0495.txt b/pep-0495.txt
--- a/pep-0495.txt
+++ b/pep-0495.txt
@@ -227,7 +227,7 @@
 
 +-----------------+----------------+------------------+
 |                 |   first=True   |    first=False   |
-+-----------------+----------------+------------------+
++=================+================+==================+
 |   utcoff()      | stdoff + hour  |    stdoff        |
 +-----------------+----------------+------------------+
 |    dst()        |     hour       |     zero         |
@@ -242,7 +242,7 @@
 
 +-----------------+----------------+------------------+
 |                 |   first=True   |    first=False   |
-+-----------------+----------------+------------------+
++=================+================+==================+
 |   utcoff()      |     stdoff     |    stdoff + hour |
 +-----------------+----------------+------------------+
 |    dst()        |     zero       |     hour         |
@@ -256,7 +256,7 @@
 
 +-----------------+----------------+-----------------------------+
 |                 |   first=True   |    first=False              |
-+-----------------+----------------+-----------------------------+
++=================+================+=============================+
 |   ambiguous     |     oldoff     |     newoff = oldoff - delta |
 +-----------------+----------------+-----------------------------+
 |   invalid       |     oldoff     |     newoff = oldoff + delta |

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


More information about the Python-checkins mailing list