summaryrefslogtreecommitdiff
path: root/Doc/library/datetime.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-05-04 23:25:44 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-05-04 23:25:44 +0300
commit120a524c5195dba0c5baf1363e2b3abe549f8f9d (patch)
tree1780e46589f2ed030490ba1e206db18d8f5c20a7 /Doc/library/datetime.rst
parent5040ef83b8d7dd4dc86acd3979145fcebef294b9 (diff)
downloadcpython-120a524c5195dba0c5baf1363e2b3abe549f8f9d.tar.gz
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 3553d49cd5..03624f364a 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1869,7 +1869,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). | | |