Skip to content

Commit 383cb7d

Browse files
authored
Reverting
1 parent 7ed5193 commit 383cb7d

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)