pytries / marisa-trie

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
https://marisa-trie.readthedocs.io/en/latest/
MIT License
1.02k stars 91 forks source link

Fix RecordTrie.items example in tutorial.rst #75

Closed fried closed 2 years ago

fried commented 2 years ago

There was a missing ')'

BoboTiG commented 2 years ago

Thanks @fried :)