diff options
| -rw-r--r-- | docs/narr/hybrid.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst index d85e2f1af..e0b5ea542 100644 --- a/docs/narr/hybrid.rst +++ b/docs/narr/hybrid.rst @@ -310,7 +310,7 @@ given request. This explanation requires a little "inside baseball" knowledge of how :mod:`repoze.bfg` works. :mod:`repoze.bfg` uses the :term:`Zope Component Architecture` under the hood to dispatch a request to a -:term:`view`. In Zope Component Architecture-speak, a view is an +:term:`view`. In Zope Component Architecture-speak, a view is a "multi adapter" registered for a :term:`context` type and a :term:`request` type as well as a particular :term:`view name`. When a request is generated and a context is found by the :mod:`repoze.bfg` |
