diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-29 08:33:24 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-29 08:33:24 -0500 |
| commit | 56bfd68215d656cb5039bc842b030b5ab447a7f7 (patch) | |
| tree | 6be3a757451d6331b7067766b36e6d1a0eca6f44 /docs | |
| parent | 35ad08ba9c66b900fe0c537516b390a92cb2a8cd (diff) | |
| download | pyramid-56bfd68215d656cb5039bc842b030b5ab447a7f7.tar.gz pyramid-56bfd68215d656cb5039bc842b030b5ab447a7f7.tar.bz2 pyramid-56bfd68215d656cb5039bc842b030b5ab447a7f7.zip | |
get repr right
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/advconfig.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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, <InterfaceClass pyramid.interfaces.IView>, None, None, None, None, None, False, None, None, None) 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)' + Line 17 of file app.py in <module>: 'config.add_view(goodbye_world)' This traceback is trying to tell us: |
