From c796d9979f877b3aa98444f032e07201556f55d2 Mon Sep 17 00:00:00 2001 From: "Jeroen F.J. Laros" Date: Sun, 17 Jun 2018 18:47:35 +0200 Subject: [PATCH] Rendering issue. --- docs/usage.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index b8d5396..8901b99 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 -- GitLab