summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-05-29 04:46:42 -0400
committerChris McDonough <chrism@plope.com>2011-05-29 04:46:42 -0400
commit356d0327c22d7ced5fe28f9e5cb73671fe63a69b (patch)
treeaa90adfdd6a53ea072c3688336ac483469ddf178
parent8662ce04c7a2a2dd490761f330336e4c3e156c7d (diff)
downloadpyramid-356d0327c22d7ced5fe28f9e5cb73671fe63a69b.tar.gz
pyramid-356d0327c22d7ced5fe28f9e5cb73671fe63a69b.tar.bz2
pyramid-356d0327c22d7ced5fe28f9e5cb73671fe63a69b.zip
docs fixes
-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