From 850f7ea3d17876931ac6365c3e1f7c47927a6780 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sun, 5 Dec 2010 10:23:39 -0700 Subject: clarify paragraph --- docs/narr/views.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') 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` -- cgit v1.2.3