Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bace976

Browse files
committed
Issue #26957: Remove duplicate 'the' from datetime documentation
Patch by Alex Chan.
1 parent 7822f15 commit bace976

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,7 @@ format codes.
18691869
+-----------+--------------------------------+------------------------+-------+
18701870
| ``%z`` | UTC offset in the form +HHMM | (empty), +0000, -0400, | \(6) |
18711871
| | or -HHMM (empty string if the | +1030 | |
1872-
| | the object is naive). | | |
1872+
| | object is naive). | | |
18731873
+-----------+--------------------------------+------------------------+-------+
18741874
| ``%Z`` | Time zone name (empty string | (empty), UTC, EST, CST | |
18751875
| | if the object is naive). | | |

0 commit comments

Comments
 (0)