mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Issue #26957: Remove duplicate 'the' from datetime documentation
Patch by Alex Chan.
This commit is contained in:
commit
9fc385748c
1 changed files with 1 additions and 1 deletions
|
@ -1941,7 +1941,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…
Add table
Add a link
Reference in a new issue