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

Skip to content

Commit e76c039

Browse files
committed
Remove errant fourth '.' from ellipsis in datetime documentation.
1 parent b1b915c commit e76c039

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/datetime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ Instance methods:
14061406

14071407
Return a string representing the time, controlled by an explicit format
14081408
string. For a complete list of formatting directives, see
1409-
:ref:`strftime-strptime-behavior`.
1409+
:ref:`strftime-strptime-behavior`.
14101410

14111411

14121412
.. method:: time.__format__(format)
@@ -1826,7 +1826,7 @@ format codes.
18261826
| | zero-padded decimal number. | | |
18271827
+-----------+--------------------------------+------------------------+-------+
18281828
| ``%Y`` | Year with century as a decimal | 0001, 0002, ..., 2013, | \(2) |
1829-
| | number. | 2014, ...., 9998, 9999 | |
1829+
| | number. | 2014, ..., 9998, 9999 | |
18301830
+-----------+--------------------------------+------------------------+-------+
18311831
| ``%H`` | Hour (24-hour clock) as a | 00, 01, ..., 23 | |
18321832
| | zero-padded decimal number. | | |

0 commit comments

Comments
 (0)