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 6d6154313..fdc4cd84b 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -1846,7 +1846,7 @@ view is found, or no view can be matched up with the request. The
first view with a set of predicates all of which match the request
environment will be invoked.
-If no view can be found which has predicates which allow it to be
+If no view can be found with predicates which allow it to be
matched up with the request, :app:`Pyramid` will return an error to
the user's browser, representing a "not found" (404) page. See
:ref:`changing_the_notfound_view` for more information about changing