[Python-checkins] cpython: Remove errant fourth '.' from ellipsis in datetime documentation.

david.wolever python-checkins at python.org
Wed Aug 14 20:43:50 CEST 2013


http://hg.python.org/cpython/rev/d48faf442569
changeset:   85171:d48faf442569
parent:      85169:3b82e0d83bf9
user:        David Wolever <david at wolever.net>
date:        Wed Aug 14 14:41:48 2013 -0400
summary:
  Remove errant fourth '.' from ellipsis in datetime documentation.

files:
  Doc/library/datetime.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1828,7 +1828,7 @@
 |           | 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.    |                        |       |

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list