fixed typo english
This commit is contained in:
parent
505daa0ed6
commit
1028ac5043
@ -4,8 +4,8 @@ import os, sys
|
||||
def load_words():
|
||||
try:
|
||||
filename = os.path.dirname(sys.argv[0])+"\\"+"words_dictionary.json"
|
||||
with open(filename,"r") as enlish_dictionary:
|
||||
valid_words = json.load(enlish_dictionary)
|
||||
with open(filename,"r") as english_dictionary:
|
||||
valid_words = json.load(english_dictionary)
|
||||
return valid_words
|
||||
except Exception as e:
|
||||
return str(e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user