Kaydet (Commit) 492faa55 authored tarafından Neal Norwitz's avatar Neal Norwitz

There is no reason to have an underscore after self

üst c75f8918
...@@ -50,7 +50,7 @@ class _localized_day: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment