From 54831751bbb5011b5f075c58b62720bac2251fc3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 3 Jun 2011 20:08:12 -0400 Subject: minor edits to cito's edits --- docs/narr/resources.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/resources.rst') diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst index ec5eaa4a7..fa8ccc549 100644 --- a/docs/narr/resources.rst +++ b/docs/narr/resources.rst @@ -88,7 +88,7 @@ Here's a sample resource tree, represented by a variable named ``root``: class Resource(dict): pass - root = Resource({'a': Resource({'b': Resource({'c': Resource()})})}) + root = Resource({'a':Resource({'b':Resource({'c':Resource()})})}) The resource tree we've created above is represented by a dictionary-like root object which has a single child named ``'a'``. ``'a'`` has a single child -- cgit v1.2.3