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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 4d60f8a9e..5b55e7e12 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -1240,7 +1240,7 @@ Predicate Arguments
declaration (see :ref:`urldispatch_chapter`) that must match before
this view will be called. Note that the ``route`` configuration
referred to by ``route_name`` usually has a ``*traverse`` token in
- the value of its ``path``, representing a part of the path that will
+ the value of its ``pattern``, representing a part of the path that will
be used by :term:`traversal` against the result of the route's
:term:`root factory`.