diff --git a/docs/usage.rst b/docs/usage.rst index b8d5396b84cd92cf9e44a1f066bcbbf4b0777f16..8901b997f892344fa5738a4a42a3af9ca308734f 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -13,7 +13,6 @@ 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