mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Remove errant fourth '.' from ellipsis in datetime documentation.
This commit is contained in:
parent
84ed9a68bd
commit
5d07e70568
1 changed files with 1 additions and 1 deletions
|
@ -1828,7 +1828,7 @@ format codes.
|
|||
| | zero-padded decimal number. | | |
|
||||
+-----------+--------------------------------+------------------------+-------+
|
||||
| ``%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 | |
|
||||
| | zero-padded decimal number. | | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue