Skip to content

Commit 597111e

Browse files
authored
Typo
1 parent 096973f commit 597111e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/calendar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def __len__(self):
151151
standalone_month_abbr = month_abbr
152152
else:
153153
# Some systems that do not support '%OB' will keep it as-is (i.e.,
154-
# we get [..., '%OB', '%OB', '%OB']), so if for non-distinct names,
154+
# we get [..., '%OB', '%OB', '%OB']), so for non-distinct names,
155155
# we fall back to month_name/month_abbr.
156156
if len(set(standalone_month_name)) != len(set(month_name)):
157157
standalone_month_name = month_name

0 commit comments

Comments
 (0)