Issue #26957: Remove duplicate 'the' from datetime documentation

Patch by Alex Chan.
This commit is contained in:
Berker Peksag 2016-05-04 23:25:44 +03:00
parent 7822f151b6
commit bace976db1
1 changed files with 1 additions and 1 deletions

View 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). | | |