Skip to content

Commit

Permalink
Reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDowney authored Sep 6, 2022
1 parent 7ed5193 commit 383cb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/pronounce.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def read_dictionary(filename='c06d'):
for line in fin:

# skip over the comments
if line[0] == '##': continue
if line[0] == '#': continue

t = line.split()
word = t[0].lower()
Expand Down

0 comments on commit 383cb7d

Please sign in to comment.