diff options
Diffstat (limited to 'pyramid/httpexceptions.py')
| -rw-r--r-- | pyramid/httpexceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/httpexceptions.py b/pyramid/httpexceptions.py index d36884811..bef8420b1 100644 --- a/pyramid/httpexceptions.py +++ b/pyramid/httpexceptions.py @@ -186,7 +186,7 @@ class HTTPException(Response, Exception): # 2.6.5+ access of Exception.message # # - its base class of HTTPException is no longer a Python 2.4 compatibility - # shiv; it's purely a base class that inherits from Exception. This + # shim; it's purely a base class that inherits from Exception. This # implies that this class' ``exception`` property always returns # ``self`` (it exists only for bw compat at this point). # |
