There was an error while loading. Please reload this page.
1 parent 4ebd407 commit 3b86c17Copy full SHA for 3b86c17
1 file changed
Lib/test/datetimetester.py
@@ -3395,7 +3395,7 @@ def test_fromisoformat_fails_datetime(self):
3395
'2009-04-19T12:30:45.400 +02:30', # Space between ms and timezone (gh-130959)
3396
'2009-04-19T12:30:45.400 ', # Trailing space (gh-130959)
3397
'2009-04-19T12:30:45. 400', # Space before fraction (gh-130959)
3398
- '2020-2020', # Ambiguous 9-char date portion
+ '2020-2020', # Ambiguous 9-char date portion
3399
]
3400
3401
for bad_str in bad_strs:
0 commit comments