PEP 495: Corrected tables markup.

This commit is contained in:
Alexander Belopolsky 2015-08-09 20:02:58 -04:00
parent 84f2f4134d
commit 01f91829df
1 changed files with 3 additions and 3 deletions

View File

@ -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 |