diff options
-rw-r--r-- | Lib/calendar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/calendar.py b/Lib/calendar.py index 321059d..c2a9775 100644 --- a/Lib/calendar.py +++ b/Lib/calendar.py @@ -50,7 +50,7 @@ class _localized_day: for j in range(7)] return data[i] - def __len__(self_): + def __len__(self): return 7 # Full and abbreviated names of weekdays |