Skip to content

Commit 3b86c17

Browse files
oops one more space
1 parent 4ebd407 commit 3b86c17

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
@@ -3395,7 +3395,7 @@ def test_fromisoformat_fails_datetime(self):
33953395
'2009-04-19T12:30:45.400 +02:30', # Space between ms and timezone (gh-130959)
33963396
'2009-04-19T12:30:45.400 ', # Trailing space (gh-130959)
33973397
'2009-04-19T12:30:45. 400', # Space before fraction (gh-130959)
3398-
'2020-2020', # Ambiguous 9-char date portion
3398+
'2020-2020', # Ambiguous 9-char date portion
33993399
]
34003400

34013401
for bad_str in bad_strs:

0 commit comments

Comments
 (0)