diff --git a/docs/usage.rst b/docs/usage.rst index e1d700fc10fceb6106ddc438e8c67f0c331ffda2..b8d5396b84cd92cf9e44a1f066bcbbf4b0777f16 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -13,7 +13,7 @@ words. .. code:: python >>> from dict_trie import Trie - >>> + >>> >>> trie = Trie(['abc', 'te', 'test']) Alternatively, an empty trie can be made to which words can be added with the