8000 docs fixes · alex-python/pyramid@356d032 · GitHub
[go: up one dir, main page]

Skip to content

Commit 356d032

Browse files
committed
docs fixes
1 parent 8662ce0 commit 356d032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyramid/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class WSGIHTTPException(Response, HTTPException):
158158
# passed
159159
#
160160
# - explicitly sets self.message = detail to prevent whining by Python
161-
# 2.6.5+ Exception.message
161+
# 2.6.5+ access of Exception.message
162162
#
163163
# - its base class of HTTPException is no longer a Python 2.4 compatibility
164164
# shim; it's purely a base class that inherits from Exception. This

0 commit comments

Comments
 (0)
0