We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed5193 commit 383cb7dCopy full SHA for 383cb7d
1 file changed
code/pronounce.py
@@ -28,7 +28,7 @@ def read_dictionary(filename='c06d'):
28
for line in fin:
29
30
# skip over the comments
31
- if line[0] == '##': continue
+ if line[0] == '#': continue
32
33
t = line.split()
34
word = t[0].lower()
0 commit comments