Skip to content

Commit 3c15175

Browse files
gh-155245: Remove trailing whitespace in test_calendar.py
1 parent 2cbfa63 commit 3c15175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_calendar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ def strftime(self, fmt):
670670
importlib.reload(calendar)
671671

672672
self.assertEqual(calendar.standalone_month_name[1], calendar.month_name[1])
673-
673+
674674
def test_locale_text_calendar(self):
675675
try:
676676
cal = calendar.LocaleTextCalendar(locale='')

0 commit comments

Comments
 (0)