]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove errant fourth '.' from ellipsis in datetime documentation.
authorDavid Wolever <david@wolever.net>
Wed, 14 Aug 2013 18:41:48 +0000 (14:41 -0400)
committerDavid Wolever <david@wolever.net>
Wed, 14 Aug 2013 18:41:48 +0000 (14:41 -0400)
Doc/library/datetime.rst

index 27885f9544daf47c0f7d2f62714f32256f8db8b1..30b63e1d98c5214d25dd526c9cd34bf4e5db6a19 100644 (file)
@@ -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.    |                        |       |