From 2760afb353792d0cbfdcbb8cdeae918dbf85e6ea Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Tue, 18 Jan 2011 20:25:02 -0700 Subject: fix typoo --- docs/narr/router.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3