Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d07e70

Browse files
committed
Remove errant fourth '.' from ellipsis in datetime documentation.
1 parent 84ed9a6 commit 5d07e70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ format codes.
18281828
| | zero-padded decimal number. | | |
18291829
+-----------+--------------------------------+------------------------+-------+
18301830
| ``%Y`` | Year with century as a decimal | 0001, 0002, ..., 2013, | \(2) |
1831-
| | number. | 2014, ...., 9998, 9999 | |
1831+
| | number. | 2014, ..., 9998, 9999 | |
18321832
+-----------+--------------------------------+------------------------+-------+
18331833
| ``%H`` | Hour (24-hour clock) as a | 00, 01, ..., 23 | |
18341834
| | zero-padded decimal number. | | |

0 commit comments

Comments
 (0)