summaryrefslogtreecommitdiff
path: root/docs/narr/router.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-16 22:57:05 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-05 01:44:49 +0200
commit2605e0cc2ad089d4f25c00a5f2c4d99ffbfa4567 (patch)
tree1dfdabeda59bf9392c1081eb2f83049c9017a371 /docs/narr/router.rst
parent21264e3ed45fda41fb608ea4f69948aa9f9430c1 (diff)
downloadpyramid-2605e0cc2ad089d4f25c00a5f2c4d99ffbfa4567.tar.gz
pyramid-2605e0cc2ad089d4f25c00a5f2c4d99ffbfa4567.tar.bz2
pyramid-2605e0cc2ad089d4f25c00a5f2c4d99ffbfa4567.zip
grammar fixes
Diffstat (limited to 'docs/narr/router.rst')
-rw-r--r--docs/narr/router.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/router.rst b/docs/narr/router.rst
index b78362066..ac3deefdc 100644
--- a/docs/narr/router.rst
+++ b/docs/narr/router.rst
@@ -46,7 +46,7 @@ request enters a :app:`Pyramid` application through to the point that
:class:`~pyramid.interfaces.IRoute` object representing the route which
matched. The root object associated with the route found is also
generated: if the :term:`route configuration` which matched has an
- associated a ``factory`` argument, this factory is used to generate the
+ associated ``factory`` argument, this factory is used to generate the
root object, otherwise a default :term:`root factory` is used.
#. If a route match was *not* found, and a ``root_factory`` argument was