summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-05-28 19:46:11 -0400
committerChris McDonough <chrism@plope.com>2011-05-28 19:46:11 -0400
commita90d3231d0820dec17c26f31e0045b6edd6ebbc3 (patch)
tree5de8b53e06bd027c4e2e4d9bcf7f00704f7254ec
parente25be5271cf54dd409cacf8089e055b0d13b59c7 (diff)
downloadpyramid-a90d3231d0820dec17c26f31e0045b6edd6ebbc3.tar.gz
pyramid-a90d3231d0820dec17c26f31e0045b6edd6ebbc3.tar.bz2
pyramid-a90d3231d0820dec17c26f31e0045b6edd6ebbc3.zip
explain better
-rw-r--r--pyramid/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/exceptions.py b/pyramid/exceptions.py
index 393fb376f..354679a22 100644
--- a/pyramid/exceptions.py
+++ b/pyramid/exceptions.py
@@ -182,7 +182,7 @@ class WSGIHTTPException(Response, HTTPException):
# on request environ
#
# - doesn't add request.environ keys to template substitutions unless
- # 'request' is passed as a keyword argument.
+ # 'request' is passed as a constructor keyword argument.
#
# - doesn't use "strip_tags" (${br} placeholder for <br/>, no other html
# in default body template)