]> granicus.if.org Git - python/commitdiff
Issue #26957: Remove duplicate 'the' from datetime documentation
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 4 May 2016 20:25:44 +0000 (23:25 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 4 May 2016 20:25:44 +0000 (23:25 +0300)
Patch by Alex Chan.

Doc/library/datetime.rst

index 3553d49cd59f7424e7fc046fc2def85c6d9f2ab5..03624f364a0f5ac41204b7db1aa5e848e8cc66be 100644 (file)
@@ -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).       |                        |       |