From 35ad08ba9c66b900fe0c537516b390a92cb2a8cd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 29 Nov 2011 08:31:33 -0500 Subject: move register method from IIntrospector back to IIntrospectable; provide better conflict reporting and a more useful ActionInfo object --- docs/narr/advconfig.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/narr/advconfig.rst') diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst index 7b62b1a73..a6db5f58e 100644 --- a/docs/narr/advconfig.rst +++ b/docs/narr/advconfig.rst @@ -87,8 +87,8 @@ that ends something like this: Conflicting configuration actions For: ('view', None, '', None, , None, None, None, None, None, False, None, None, None) - ('app.py', 14, '', 'config.add_view(hello_world)') - ('app.py', 17, '', 'config.add_view(hello_world)') + Line 14 of file app.py in : 'config.add_view(hello_world)' + Line 17 of file app.py in : 'config.add_view(hello_world)' This traceback is trying to tell us: -- cgit v1.2.3