diff options
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/templates.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index bae5cd2b4..3dcc77e43 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -653,7 +653,7 @@ With template debugging off, a :exc:`NameError` exception resulting from rendering a template with an undefined variable (e.g. ``${wrong}``) might end like this:: - File "/home/fred/env/lib/python2.5/site-packages/Chameleon-1.2.3-py2.5.egg/chameleon/core/utils.py", line 332, in __getitem__ + File "...", in __getitem__ raise NameError(key) NameError: wrong |
