summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/narr/urldispatch.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index 13fedcd98..304152052 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -238,7 +238,7 @@ instead of specifying it as an argument:
path="archives/:view_name"
/>
-When you do this, the :ref:`view name` will be computed dynamically if
+When you do this, the :term:`view name` will be computed dynamically if
the route matches. In the above example, if the ``view_name`` turns
out to be ``articles``, the articles view will eventually be called.