diff options
| -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. |
