From d4d90cbca0ba12f553e0ba47bde3df47997eae1c Mon Sep 17 00:00:00 2001 From: Jamaludin Ahmad Date: Mon, 20 Dec 2010 04:07:05 +0700 Subject: typo fix --- docs/narr/urldispatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 9a9769d23..5cc366a4e 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -25,7 +25,7 @@ If route configuration is present in an application, the :app:`Pyramid` matching patterns present in a *route map*. If any route pattern matches the information in the :term:`request` provided -to :app:`Pyramid`, app:`Pyramid` will shortcut :term:`traversal`, and will +to :app:`Pyramid`, :app:`Pyramid` will shortcut :term:`traversal`, and will invoke :term:`view lookup` using a :term:`context` resource generated by the route match. -- cgit v1.2.3 From 75f8665937a7fdd91a87ac9d9038e80712ab70ce Mon Sep 17 00:00:00 2001 From: Jamaludin Ahmad Date: Mon, 20 Dec 2010 04:10:06 +0700 Subject: i believe it's not needed --- docs/narr/urldispatch.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 5cc366a4e..5823abb04 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -108,7 +108,6 @@ rather than an actual callable: # "config" below is presumed to be an instance of the # pyramid.config.Configurator class; "myview" is assumed # to be a "view callable" function - from myproject.views import myview config.add_route('myroute', '/prefix/{one}/{two}', view='myproject.views.myview') -- cgit v1.2.3