Skip to content

Commit 7ed5193

Browse files
authored
Update pronounce.py
1 parent ff58fc6 commit 7ed5193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎code/pronounce.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read_dictionary(filename='c06d'):
2828
for line in fin:
2929

3030
# skip over the comments
31-
if line[0] == '#': continue
31+
if line[0] == '##': continue
3232

3333
t = line.split()
3434
word = t[0].lower()

0 commit comments

Comments
 (0)