There is no reason to have an underscore after self

This commit is contained in:
Neal Norwitz 2004-06-07 03:47:06 +00:00
parent c75f891879
commit 492faa5505

View file

@ -50,7 +50,7 @@ class _localized_day:
for j in range(7)] for j in range(7)]
return data[i] return data[i]
def __len__(self_): def __len__(self):
return 7 return 7
# Full and abbreviated names of weekdays # Full and abbreviated names of weekdays