From d7afdd514faa804e93f5bb8d2bb0b330c7b4c4b0 Mon Sep 17 00:00:00 2001 From: Wayne Tong Date: Wed, 12 Oct 2011 13:08:52 +0200 Subject: Edited docs/narr/urldispatch.rst via GitHub --- docs/narr/urldispatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 9ceb20f21..c2414965c 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -65,7 +65,7 @@ example: config.add_view(myview, route_name='myroute') When a :term:`view callable` added to the configuration by way of -:meth:`~pyramid.config.Configurator.add_view` bcomes associated with a route +:meth:`~pyramid.config.Configurator.add_view` becomes associated with a route via its ``route_name`` predicate, that view callable will always be found and invoked when the associated route pattern matches during a request. -- cgit v1.2.3