summaryrefslogtreecommitdiffstats
path: root/Doc/library/datetime.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-05-04 20:26:04 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-05-04 20:26:04 (GMT)
commit9fc385748caa4802b0a10c5978873da850dd319d (patch)
tree9a20b5e2e7d214523ff6cb09d90b3982a7bb55c3 /Doc/library/datetime.rst
parentdd40fc3e57da1988bffa35e3aad33fa0a6dda813 (diff)
parentbace976db1df41366d52fdf87800f56854c31d48 (diff)
downloadcpython-9fc385748caa4802b0a10c5978873da850dd319d.zip
cpython-9fc385748caa4802b0a10c5978873da850dd319d.tar.gz
cpython-9fc385748caa4802b0a10c5978873da850dd319d.tar.bz2
Issue #26957: Remove duplicate 'the' from datetime documentation
Patch by Alex Chan.
Diffstat (limited to 'Doc/library/datetime.rst')
-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 9e6b66a..778998d 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1941,7 +1941,7 @@ format codes.
+-----------+--------------------------------+------------------------+-------+
| ``%z`` | UTC offset in the form +HHMM | (empty), +0000, -0400, | \(6) |
| | or -HHMM (empty string if the | +1030 | |
-| | the object is naive). | | |
+| | object is naive). | | |
+-----------+--------------------------------+------------------------+-------+
| ``%Z`` | Time zone name (empty string | (empty), UTC, EST, CST | |
| | if the object is naive). | | |