Skip to content

Commit a82a29c

Browse files
Fix comments
1 parent afc6ab3 commit a82a29c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lib/test/datetimetester.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3582,10 +3582,10 @@ def test_fromisoformat_fails_datetime(self):
35823582
'2009-04-19T12:30:45.400 ', # Trailing space (gh-130959)
35833583
'2009-04-19T12:30:45. 400', # Space before fraction (gh-130959)
35843584
'2020-2020', # Ambiguous 9-char date portion
3585-
'2009-04-19T12:30:45.+05:00', # Empty fraction before offset
3586-
'2009-04-19T12:30:45.-05:00', # Empty fraction before offset
3587-
'2009-04-19T12:30:45.Z', # Empty fraction before Z
3588-
'2009-04-19T12:30:45,+05:00', # Empty fraction (comma) before offset
3585+
'2009-04-19T12:30:45.+05:00', # Empty fraction before offset
3586+
'2009-04-19T12:30:45.-05:00', # Empty fraction before offset
3587+
'2009-04-19T12:30:45.Z', # Empty fraction before Z
3588+
'2009-04-19T12:30:45,+05:00', # Empty fraction (comma) before offset
35893589
]
35903590

35913591
for bad_str in bad_strs:

0 commit comments

Comments
 (0)