Skip to content

Commit d199d0b

Browse files
Update Lib/test/datetimetester.py
remove trailing whitespace Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 9b29dbb commit d199d0b

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
@@ -2211,7 +2211,7 @@ def test_strptime_t_format(self):
22112211
test_year,test_month,test_day = 2026,2,20
22122212
self.assertEqual(
22132213
self.theclass.strptime(
2214-
f'{test_year} \r {test_month}\t \n{test_day}',
2214+
f'{test_year} \r {test_month}\t \n{test_day}',
22152215
"%Y%t%m%t%d"
22162216
),
22172217
self.theclass(test_year,test_month,test_day)

0 commit comments

Comments
 (0)