From ba26465bea1d6ef7f9411f8821a800932d9add7e Mon Sep 17 00:00:00 2001 From: Carlos de la Guardia Date: Tue, 9 Mar 2010 20:59:32 +0000 Subject: one extra word, one extra letter --- docs/narr/urldispatch.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 557d71a41..06da16aa0 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -574,7 +574,7 @@ represent neither predicates nor view configuration information. Route Matching -------------- -The main purpose of route configuration is to match (nor not match) +The main purpose of route configuration is to match (or not match) the ``PATH_INFO`` present in the WSGI environment provided during a request against a URL path pattern. @@ -629,7 +629,7 @@ Routing Examples ---------------- Let's check out some examples of how route configuration statements -might be commonly declared, and what will happen if a they are matched +might be commonly declared, and what will happen if they are matched by the information present in a request. The examples that follow assume that :term:`ZCML` will be used to perform route configuration, although you can use :term:`imperative configuration` equivalently if -- cgit v1.2.3