summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorDavid Wolever <david@wolever.net>2013-08-14 18:41:48 (GMT)
committerDavid Wolever <david@wolever.net>2013-08-14 18:41:48 (GMT)
commit5d07e70568c6671076a1dfb844f7d6d6a79e93f4 (patch)
treea3ed329fbd575e03bc070a2385baf10d00486fed /Doc
parent84ed9a68bd9a13252b376b21a9167dabae254325 (diff)
downloadcpython-5d07e70568c6671076a1dfb844f7d6d6a79e93f4.zip
cpython-5d07e70568c6671076a1dfb844f7d6d6a79e93f4.tar.gz
cpython-5d07e70568c6671076a1dfb844f7d6d6a79e93f4.tar.bz2
Remove errant fourth '.' from ellipsis in datetime documentation.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/datetime.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index a42fb6e..bb268e1 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1828,7 +1828,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. | | |