summaryrefslogtreecommitdiff
path: root/docs/narr/router.rst
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2011-01-18 20:25:02 -0700
committerCasey Duncan <casey.duncan@gmail.com>2011-01-18 20:25:02 -0700
commit2760afb353792d0cbfdcbb8cdeae918dbf85e6ea (patch)
tree0afb84c3977d81a82bfc85d40d1d93743a8334fa /docs/narr/router.rst
parent80dbf47426355444de578f4299897d74c3d6aa3a (diff)
downloadpyramid-2760afb353792d0cbfdcbb8cdeae918dbf85e6ea.tar.gz
pyramid-2760afb353792d0cbfdcbb8cdeae918dbf85e6ea.tar.bz2
pyramid-2760afb353792d0cbfdcbb8cdeae918dbf85e6ea.zip
fix typoo
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 f9e98373c..782098bac 100644
--- a/docs/narr/router.rst
+++ b/docs/narr/router.rst
@@ -44,7 +44,7 @@ processing?
#. If any route matches, the request is mutated; a ``matchdict`` and
``matched_route`` attributes are added to the request object; the
- former contains a dictionary representign the matched dynamic
+ former contains a dictionary representing the matched dynamic
elements of the request's ``PATH_INFO`` value, the latter contains
the :class:`pyramid.interfaces.IRoute` object representing the
route which matched. The root object associated with the route