summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/views.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 2e88d8056..5959548d0 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -1293,9 +1293,9 @@ the usage of the configured view.
This value must match the ``name`` of a :term:`route configuration`
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 ``pattern``, representing a part of the path that will
- be used by :term:`traversal` against the result of the route's
+ referred to by ``route_name`` will usually have a ``*traverse`` token
+ in 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`.
If ``route_name`` is not supplied, the view callable will be have a