From ca7457957e7a0bc7f0030015d2983640e89b9636 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 6 Aug 2014 18:30:44 +0100 Subject: Fix typo in example Reported-by: Richard Baron Penman --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- cgit v1.2.1