From d73b4f0bef23ac08373d2bc11a17a97cffbca0da Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 14 Oct 2010 01:29:47 +0000 Subject: long line --- docs/narr/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr') 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 -- cgit v1.2.3