From: Berker Peksag Date: Wed, 4 May 2016 20:25:44 +0000 (+0300) Subject: Issue #26957: Remove duplicate 'the' from datetime documentation X-Git-Tag: v3.6.0a1~74^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bace976db1df41366d52fdf87800f56854c31d48;p=python Issue #26957: Remove duplicate 'the' from datetime documentation Patch by Alex Chan. --- 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). | | |