Skip to content

Commit 3137d37

Browse files
committed
Remove the comment, as the previous comment covers it
1 parent 4b946bf commit 3137d37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/calendar.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def __len__(self):
147147
standalone_month_name = _localized_month('%OB')
148148
standalone_month_abbr = _localized_month('%Ob')
149149
except ValueError:
150-
# The platform does not support the %OB and %Ob specifiers.
151150
standalone_month_name = month_name
152151
standalone_month_abbr = month_abbr
153152

0 commit comments

Comments
 (0)