From 36255b31bde006e49fb12660ea3b1b3d559a31c6 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Wed, 24 Nov 2010 23:46:27 -0700 Subject: non-useless => useful --- docs/narr/hybrid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr') diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst index 6a92d2d46..da79fb818 100644 --- a/docs/narr/hybrid.rst +++ b/docs/narr/hybrid.rst @@ -516,7 +516,7 @@ itself (``myproject.views.abc``) will ever be invoked when the route matches, because the default view is always invoked when a route matches and when no post-match traversal is performed. -To make the above view declaration non-useless, the special ``*traverse`` +To make the above view declaration useful, the special ``*traverse`` token must end the route's pattern. For example: .. code-block:: python -- cgit v1.2.3