Skip to content

Commit 7975bc8

Browse files
committed
Update test_misspell.py
1 parent 947c7be commit 7975bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_misspell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import unittest
44
import numpy as np
5-
from pythainlp.tools import misspell
5+
from pythainlp.tools.misspell import misspell
66

77

88
def _count_difference(st1, st2):

0 commit comments

Comments
 (0)