summaryrefslogtreecommitdiff
path: root/doc/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 85da376..372c464 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -79,7 +79,7 @@ Alternatively, to clone an existing tree if one exists::
To insert some data into the tree::
- for key in ['abc', 'foo', bar']:
+ for key in ['abc', 'foo', 'bar']:
tree.insert(key, key.upper())
To look up value for one key::