diff options
| author | Carlos de la Guardia <cguardia@yahoo.com> | 2010-03-28 15:07:50 +0000 |
|---|---|---|
| committer | Carlos de la Guardia <cguardia@yahoo.com> | 2010-03-28 15:07:50 +0000 |
| commit | d8d9322411a19c57eff8f7b4f243441159d4f60a (patch) | |
| tree | 561bb3d04fcc383c8e6793b376c5e126d41582bb /docs/narr/router.rst | |
| parent | 600103b17acaba01d661e184c4e9be114362c246 (diff) | |
| download | pyramid-d8d9322411a19c57eff8f7b4f243441159d4f60a.tar.gz pyramid-d8d9322411a19c57eff8f7b4f243441159d4f60a.tar.bz2 pyramid-d8d9322411a19c57eff8f7b4f243441159d4f60a.zip | |
quick fix
Diffstat (limited to 'docs/narr/router.rst')
| -rw-r--r-- | docs/narr/router.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
