Skip to content

Commit 1f2eef5

Browse files
committed
Fixed some links for the text processing helpers example
1 parent 116a354 commit 1f2eef5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,3 @@ def get_words_list(filename):
7070
def get_english_words():
7171
"""Returns the set of English words in lower-case"""
7272
return set(word.strip().lower() for word in file_reader('english.txt'))
73-

0 commit comments

Comments
 (0)