From 120a524c5195dba0c5baf1363e2b3abe549f8f9d Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Wed, 4 May 2016 23:25:44 +0300 Subject: Issue #26957: Remove duplicate 'the' from datetime documentation Patch by Alex Chan. --- Doc/library/datetime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/library/datetime.rst') 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). | | | -- cgit v1.2.1