Skip to content

Commit 3fe18a3

Browse files
authored
Update easylist.py
1 parent 84fab39 commit 3fe18a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

easylist.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
'''
4-
List all questions and hints from 100exercices.txt
4+
List all questions and hints from 100exercises.txt
55
66
The file is a bit of a mess, so it's not easy to split it.
77
3. Questions
@@ -15,7 +15,7 @@
1515
Solution:
1616
'''
1717

18-
filename = '100exercices.txt'
18+
filename = '100exercises.txt'
1919
allquestions = []
2020

2121
def main():
@@ -109,4 +109,4 @@ def getQuestion(q_number):
109109
return question
110110

111111
if __name__ == '__main__':
112-
main()
112+
main()

0 commit comments

Comments
 (0)