Skip to content

Commit 8ee2534

Browse files
committed
Fixed #1105
Fixed #1105
1 parent 29c875e commit 8ee2534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/spell/symspellpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from typing import List
1717

1818
try:
19-
import symspellpy
19+
from symspellpy import SymSpell
2020
except ImportError:
2121
raise ImportError("Import Error; Install symspellpy by pip install symspellpy")
2222

0 commit comments

Comments
 (0)