From d8d9322411a19c57eff8f7b4f243441159d4f60a Mon Sep 17 00:00:00 2001 From: Carlos de la Guardia Date: Sun, 28 Mar 2010 15:07:50 +0000 Subject: quick fix --- docs/narr/router.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/router.rst b/docs/narr/router.rst index 1b0575f50..8c6407a72 100644 --- a/docs/narr/router.rst +++ b/docs/narr/router.rst @@ -41,7 +41,7 @@ processing? ``bfg.routes.route`` key and a ``bfg.routes.matchdict`` are added to the WSGI environment, and an attribute named ``matchdict`` is added to the request. A root object associated with the route - found is also generated. If a the :term:`route configuration` + found is also generated. If the :term:`route configuration` which matched has an associated a ``factory`` argument, this factory is used to generate the root object, otherwise a default :term:`root factory` is used. -- cgit v1.2.3