Skip to content

Commit 0f8886d

Browse files
committed
pythongh-120713: fixed comment
1 parent 9c9e645 commit 0f8886d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/datetimetester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@ def test_bool(self):
16981698

16991699
def test_strftime_y2k(self):
17001700
# Test that years less than 1000 are 0-padded; note that the beginning
1701-
# an ISO 8601 year may fall in an ISO week of the year before, and
1701+
# of an ISO 8601 year may fall in an ISO week of the year before, and
17021702
# therefore needs an offset of -1 when formatting with '%G'.
17031703
for y, o in ((1, 0), (49, -1), (70, 0), (99, 0), (100, -1), (999, 0),
17041704
(1000, 0), (1970, 0)):

0 commit comments

Comments
 (0)