diff options
author | David Wolever <david@wolever.net> | 2013-08-14 18:41:48 (GMT) |
---|---|---|
committer | David Wolever <david@wolever.net> | 2013-08-14 18:41:48 (GMT) |
commit | e76c0393a8dc35af38d6d2af2827f405a7ef6116 (patch) | |
tree | f65bbef6c14fd5dc9dc22f5447fe4cc54af2f15e /Doc | |
parent | b1b915c796a9054cce867ef47071bcf9f79b985f (diff) | |
download | cpython-e76c0393a8dc35af38d6d2af2827f405a7ef6116.zip cpython-e76c0393a8dc35af38d6d2af2827f405a7ef6116.tar.gz cpython-e76c0393a8dc35af38d6d2af2827f405a7ef6116.tar.bz2 |
Remove errant fourth '.' from ellipsis in datetime documentation.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/datetime.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 27885f9..30b63e1 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1406,7 +1406,7 @@ Instance methods: Return a string representing the time, controlled by an explicit format string. For a complete list of formatting directives, see - :ref:`strftime-strptime-behavior`. + :ref:`strftime-strptime-behavior`. .. method:: time.__format__(format) @@ -1826,7 +1826,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. | | | |