Kaydet (Commit) 5d07e705 authored tarafından David Wolever's avatar David Wolever

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

üst 84ed9a68
...@@ -1828,7 +1828,7 @@ format codes. ...@@ -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. | | |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment