summaryrefslogtreecommitdiff
path: root/paste/httpexceptions.py
diff options
context:
space:
mode:
authorcce <devnull@localhost>2005-12-30 01:30:09 +0000
committercce <devnull@localhost>2005-12-30 01:30:09 +0000
commit486fd87433a3bd412fd5a58e52bfda85ca4f2d4e (patch)
tree44c9a395525a764f4b350b7e5dadd8b50de69cd1 /paste/httpexceptions.py
parent22bbbfc3a4042fe981d81f9fa90a100e4160af3c (diff)
downloadpaste-486fd87433a3bd412fd5a58e52bfda85ca4f2d4e.tar.gz
Diffstat (limited to 'paste/httpexceptions.py')
-rw-r--r--paste/httpexceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/httpexceptions.py b/paste/httpexceptions.py
index df08776..b70345e 100644
--- a/paste/httpexceptions.py
+++ b/paste/httpexceptions.py
@@ -115,7 +115,7 @@ class HTTPException(Exception):
``detail``
a plain-text message customization that is not subject
- to environment or header substations; accessible in
+ to environment or header substitutions; accessible in
the template via %(detail)s
``template``