diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-29 08:31:33 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-29 08:31:33 -0500 |
| commit | 35ad08ba9c66b900fe0c537516b390a92cb2a8cd (patch) | |
| tree | daaa757e4e5f27acba96709f1faeb58629576d52 /docs/narr/advconfig.rst | |
| parent | ce5c42f1b832b21405ffd40f61c74a5cfa040e8d (diff) | |
| download | pyramid-35ad08ba9c66b900fe0c537516b390a92cb2a8cd.tar.gz pyramid-35ad08ba9c66b900fe0c537516b390a92cb2a8cd.tar.bz2 pyramid-35ad08ba9c66b900fe0c537516b390a92cb2a8cd.zip | |
move register method from IIntrospector back to IIntrospectable; provide better conflict reporting and a more useful ActionInfo object
Diffstat (limited to 'docs/narr/advconfig.rst')
| -rw-r--r-- | docs/narr/advconfig.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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, <InterfaceClass pyramid.interfaces.IView>, None, None, None, None, None, False, None, None, None) - ('app.py', 14, '<module>', 'config.add_view(hello_world)') - ('app.py', 17, '<module>', 'config.add_view(hello_world)') + Line 14 of file app.py in <module>: 'config.add_view(hello_world)' + Line 17 of file app.py in <module>: 'config.add_view(hello_world)' This traceback is trying to tell us: |
