diff options
| author | Chris McDonough <chrism@plope.com> | 2011-06-03 20:08:12 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-06-03 20:08:12 -0400 |
| commit | 54831751bbb5011b5f075c58b62720bac2251fc3 (patch) | |
| tree | a1adc74b68f7828362f2b53c708204c46a480973 /docs/narr/resources.rst | |
| parent | 945c267c446cc2d8c203e2c4303866cdcfeaa619 (diff) | |
| download | pyramid-54831751bbb5011b5f075c58b62720bac2251fc3.tar.gz pyramid-54831751bbb5011b5f075c58b62720bac2251fc3.tar.bz2 pyramid-54831751bbb5011b5f075c58b62720bac2251fc3.zip | |
minor edits to cito's edits
Diffstat (limited to 'docs/narr/resources.rst')
| -rw-r--r-- | docs/narr/resources.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
