diff options
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/traversal.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/traversal.rst b/docs/narr/traversal.rst index 8eef4a867..df708f973 100644 --- a/docs/narr/traversal.rst +++ b/docs/narr/traversal.rst @@ -166,7 +166,7 @@ code to execute: 8. Armed with the context, the view name, and the subpath, the router performs a view lookup. It attemtps to look up a view from the :mod:`repoze.bfg` application registry using the view - name and the context. If a view factory is found, it is called + name and the context. If a view function is found, it is called with the context and the request. It returns a response, which is fed back upstream. If a view is not found, a generic WSGI ``NotFound`` application is constructed. |
