Remove errant fourth '.' from ellipsis in datetime documentation.

This commit is contained in:
David Wolever 2013-08-14 14:41:48 -04:00
parent 84ed9a68bd
commit 5d07e70568

View file

@ -1828,7 +1828,7 @@ format codes.
| | zero-padded decimal number. | | | | | zero-padded decimal number. | | |
+-----------+--------------------------------+------------------------+-------+ +-----------+--------------------------------+------------------------+-------+
| ``%Y`` | Year with century as a decimal | 0001, 0002, ..., 2013, | \(2) | | ``%Y`` | Year with century as a decimal | 0001, 0002, ..., 2013, | \(2) |
| | number. | 2014, ...., 9998, 9999 | | | | number. | 2014, ..., 9998, 9999 | |
+-----------+--------------------------------+------------------------+-------+ +-----------+--------------------------------+------------------------+-------+
| ``%H`` | Hour (24-hour clock) as a | 00, 01, ..., 23 | | | ``%H`` | Hour (24-hour clock) as a | 00, 01, ..., 23 | |
| | zero-padded decimal number. | | | | | zero-padded decimal number. | | |