From 4423dd15761e3c3c8c852f8c866af0813952c3df Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Wed, 24 Nov 2010 23:16:50 -0700 Subject: add comma --- docs/narr/hybrid.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/hybrid.rst b/docs/narr/hybrid.rst index 89f3d5e33..0881d744e 100644 --- a/docs/narr/hybrid.rst +++ b/docs/narr/hybrid.rst @@ -312,7 +312,7 @@ route's name, in order to indicate that the view should *only be invoked when the route matches*. Calls to :meth:`pyramid.configuration.Configurator.add_view` may pass a -``route_name`` attribute which refers to the value of an existing route's +``route_name`` attribute, which refers to the value of an existing route's ``name`` argument. In the above example, the route name is ``home``, referring to the name of the route defined above it. -- cgit v1.2.3