From bace976db1df41366d52fdf87800f56854c31d48 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(-) 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). | | | -- cgit v0.12