summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/views.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 7a80890e8..d04f51633 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -993,7 +993,7 @@ exception views which have a name will be ignored.
view. This means that you can use an exception as ``context`` for a
normal view.
-The feature can be used with any view registration mechanism
+Exception views can be configured with any view registration mechanism
(``@view_config`` decorator, ZCML, or imperative ``add_view`` styles).
.. index::