ptrus/suffix-trees

Error in the usage documentation

Closed this issue · 1 comments

The usage description says:
from STree import STree

I haven't been able to get it to work with that. I think that it should say:

from suffix_trees import STree

ptrus commented

Thanks, will fix it