Commit 9fc38574 authored by Berker Peksag's avatar Berker Peksag

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

Patch by Alex Chan.
parents dd40fc3e bace976d
...@@ -1941,7 +1941,7 @@ format codes. ...@@ -1941,7 +1941,7 @@ format codes.
+-----------+--------------------------------+------------------------+-------+ +-----------+--------------------------------+------------------------+-------+
| ``%z`` | UTC offset in the form +HHMM | (empty), +0000, -0400, | \(6) | | ``%z`` | UTC offset in the form +HHMM | (empty), +0000, -0400, | \(6) |
| | or -HHMM (empty string if the | +1030 | | | | or -HHMM (empty string if the | +1030 | |
| | the object is naive). | | | | | object is naive). | | |
+-----------+--------------------------------+------------------------+-------+ +-----------+--------------------------------+------------------------+-------+
| ``%Z`` | Time zone name (empty string | (empty), UTC, EST, CST | | | ``%Z`` | Time zone name (empty string | (empty), UTC, EST, CST | |
| | if the object is naive). | | | | | if the object is naive). | | |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment