From 9f55dbc3e32a0d072b258f396998a2a35e67168d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 19 Jan 2009 09:04:34 +0000 Subject: Get rid of warning. --- docs/narr/urldispatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3