[Python-checkins] cpython (3.5): Issue #26957: Remove duplicate 'the' from datetime documentation

berker.peksag python-checkins at python.org
Wed May 4 16:25:52 EDT 2016


https://hg.python.org/cpython/rev/580ddeccd689
changeset:   101231:580ddeccd689
branch:      3.5
parent:      101226:a98ef122d73d
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed May 04 23:25:44 2016 +0300
summary:
  Issue #26957: Remove duplicate 'the' from datetime documentation

Patch by Alex Chan.

files:
  Doc/library/datetime.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1869,7 +1869,7 @@
 +-----------+--------------------------------+------------------------+-------+
 | ``%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).       |                        |       |

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list