Skip to content

Commit 85858bc

Browse files
committed
gh-148664: fix trailing whitespace in test_calendar.py
1 parent bd3bfd1 commit 85858bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_calendar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def test_formatmonth(self):
495495
calendar.TextCalendar().formatmonth(0, 2),
496496
result_0_02_text
497497
)
498-
498+
499499
def test_formatmonth_with_invalid_month(self):
500500
with self.assertRaises(calendar.IllegalMonthError):
501501
calendar.TextCalendar().formatmonth(2017, 13)

0 commit comments

Comments
 (0)