From a90d3231d0820dec17c26f31e0045b6edd6ebbc3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 28 May 2011 19:46:11 -0400 Subject: explain better --- pyramid/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
, no other html # in default body template) -- cgit v1.2.3