diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-05-04 20:25:44 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-05-04 20:25:44 (GMT) |
commit | bace976db1df41366d52fdf87800f56854c31d48 (patch) | |
tree | 5d8ef31349420326058011ffdd5dac0affeb1dfd /Doc | |
parent | 7822f151b68e40376af657d267ff774439d9adb9 (diff) | |
download | cpython-bace976db1df41366d52fdf87800f56854c31d48.zip cpython-bace976db1df41366d52fdf87800f56854c31d48.tar.gz cpython-bace976db1df41366d52fdf87800f56854c31d48.tar.bz2 |
Issue #26957: Remove duplicate 'the' from datetime documentation
Patch by Alex Chan.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/datetime.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 3553d49..03624f3 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). | | | |