mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 04:53:27 +00:00
14 lines
291 B
Diff
14 lines
291 B
Diff
diff --git a/spellchecker.py b/spellchecker.py
|
|
index 37ac0ea..a60b3a9 100644
|
|
--- a/spellchecker.py
|
|
+++ b/spellchecker.py
|
|
@@ -2,7 +2,7 @@
|
|
# Wrapper for the IBDAWG class.
|
|
# Useful to check several dictionaries at once.
|
|
|
|
-import ibdawg
|
|
+from grammalecte import ibdawg
|
|
|
|
|
|
dDictionaries = {
|