summaryrefslogtreecommitdiff
path: root/paste/urlparser.py
diff options
context:
space:
mode:
authorpjenvey <devnull@localhost>2007-01-31 10:07:43 +0000
committerpjenvey <devnull@localhost>2007-01-31 10:07:43 +0000
commit19b49016a855b0a5753de9101b79f16d635569c7 (patch)
treedcfe36fcb555a53b8e1e72cab0e0c25a656c3845 /paste/urlparser.py
parent0031e486f3b546c783b2fa3d8cbbfe3faf6b4154 (diff)
downloadpaste-19b49016a855b0a5753de9101b79f16d635569c7.tar.gz
typo
(thanks eleftherios)
Diffstat (limited to 'paste/urlparser.py')
-rw-r--r--paste/urlparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/urlparser.py b/paste/urlparser.py
index f4a2e39..d37a234 100644
--- a/paste/urlparser.py
+++ b/paste/urlparser.py
@@ -47,7 +47,7 @@ class URLParser(object):
These overrides are:
``urlparser_hook(environ)``
- This can modified the environment. Its return value is ignored,
+ This can modify the environment. Its return value is ignored,
and it cannot be used to change the response in any way. You
*can* use this, for example, to manipulate SCRIPT_NAME/PATH_INFO
(try to keep them consistent with the original URL -- but