mirror of https://github.com/python/cpython
Issue #26957: Remove duplicate 'the' from datetime documentation
Patch by Alex Chan.
This commit is contained in:
parent
7822f151b6
commit
bace976db1
|
@ -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). | | |
|
||||
|
|
Loading…
Reference in New Issue