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 ff58fc6 commit 7ed5193Copy full SHA for 7ed5193
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