summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/views.rst')
-rw-r--r--docs/narr/views.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 5e911fd7a..edc7bf563 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -84,7 +84,7 @@ The above maps the ``.views.hello_world`` view function to
Python class represented by ``.models.Hello`` when the *view name* is
``hello.html``.
-.. note:: Values prefixed with a period (``.``)for the ``for`` and
+.. note:: Values prefixed with a period (``.``) for the ``for`` and
``view`` attributes of a ``view`` (such as those above) mean
"relative to the Python package directory in which this
:term:`ZCML` file is stored". So if the above ``view``
@@ -262,6 +262,8 @@ name will be ``my_view``, registered for models with the
no permission, registered against requests which implement the default
``IRequest`` interface.
+.. _using_model_interfaces:
+
Using Model Interfaces
----------------------