summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyramid/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/exceptions.py b/pyramid/exceptions.py
index 46367d4ef..c1af43692 100644
--- a/pyramid/exceptions.py
+++ b/pyramid/exceptions.py
@@ -158,7 +158,7 @@ class WSGIHTTPException(Response, HTTPException):
# passed
#
# - explicitly sets self.message = detail to prevent whining by Python
- # 2.6.5+ Exception.message
+ # 2.6.5+ access of Exception.message
#
# - its base class of HTTPException is no longer a Python 2.4 compatibility
# shim; it's purely a base class that inherits from Exception. This