Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75f891 commit 492faa5Copy full SHA for 492faa5
1 file changed
Lib/calendar.py
@@ -50,7 +50,7 @@ def __getitem__(self, i):
50
for j in range(7)]
51
return data[i]
52
53
- def __len__(self_):
+ def __len__(self):
54
return 7
55
56
# Full and abbreviated names of weekdays
0 commit comments