Browse Source

Made linux happy (again)

cache_money
Raphael Roberts 7 years ago
parent
commit
d3240a36f7
  1. 2
      dictionary.py

2
dictionary.py

@ -11,7 +11,7 @@ ALTERNATE = spellchecker.WordFrequency()
package_root = pathlib.Path(spellchecker.__file__).parent
english = package_root / "resources" / "en.json.gz"
extra_words = pathlib.Path(__file__, "..", "extra_words.txt")
extra_words = pathlib.Path(__file__).parent / "extra_words.txt"
def do_operation(bound_method, *args, **kwargs):

Loading…
Cancel
Save