Skip to content

Commit 2bbbfad

Browse files
authored
Update substr_matching_ahocorasick.py
1 parent a73a1d1 commit 2bbbfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metaclip/substr_matching_ahocorasick.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
try:
44
import ahocorasick
55
except ImportError:
6-
print("`pip install ahocorasick` ?")
6+
print("cannot import ahocorasick, try `pip install pyahocorasick`")
77

88

99
from substr_matching import spacing

0 commit comments

Comments
 (0)