Skip to content

Commit 4fdec27

Browse files
Fix test comment
1 parent 154340c commit 4fdec27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/datetimetester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@ def test_fromisoformat_fails(self):
21112111
'2020 12', # space in a basic-format field
21122112
'+020-06-15', # leading sign in the year
21132113
'202012+9', # '+' in the day field
2114-
'2020-W 5', # space in the week day-of-week field
2114+
'2020-W 5', # space in the week number
21152115
'2020061', # 7 chars: day slice reads a 1-character tail
21162116
'2020-W2', # 1-digit week number
21172117
'٢025-03-09', # Unicode characters

0 commit comments

Comments
 (0)