From 56bfd68215d656cb5039bc842b030b5ab447a7f7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 29 Nov 2011 08:33:24 -0500 Subject: get repr right --- docs/narr/advconfig.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst index a6db5f58e..4d4f82197 100644 --- a/docs/narr/advconfig.rst +++ b/docs/narr/advconfig.rst @@ -88,7 +88,7 @@ that ends something like this: For: ('view', None, '', None, , None, None, None, None, None, False, None, None, None) Line 14 of file app.py in : 'config.add_view(hello_world)' - Line 17 of file app.py in : 'config.add_view(hello_world)' + Line 17 of file app.py in : 'config.add_view(goodbye_world)' This traceback is trying to tell us: -- cgit v1.2.3