summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/views.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 5959548d0..749acba58 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -1299,8 +1299,9 @@ the usage of the configured view.
:term:`root factory`.
If ``route_name`` is not supplied, the view callable will be have a
- chance of being invoked for when the :term:`triad` includes a
- request object that does not indicate it matched a route.
+ chance of being invoked if no other route was matched. This is when
+ the request object of the :term:`triad` does not indicate it matched
+ any configured route.
``request_type``
This value should be an :term:`interface` that the :term:`request`