summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLeon Kuchenbecker <leon.kuchenbecker@uni-tuebingen.de>2021-05-14 17:58:47 +0200
committerLeon Kuchenbecker <leon.kuchenbecker@uni-tuebingen.de>2021-05-14 17:58:47 +0200
commit642c8b2fdcf77e4050569ebf77937859b586c740 (patch)
tree42b80a916499647d35a86c67878d27f378555b8f /src
parent8061fce297cc7117d3e6e2b39e47512c7db2904f (diff)
downloadpyramid-642c8b2fdcf77e4050569ebf77937859b586c740.tar.gz
pyramid-642c8b2fdcf77e4050569ebf77937859b586c740.tar.bz2
pyramid-642c8b2fdcf77e4050569ebf77937859b586c740.zip
Minor comment fix
Diffstat (limited to 'src')
-rw-r--r--src/pyramid/httpexceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyramid/httpexceptions.py b/src/pyramid/httpexceptions.py
index 9fd5f7d55..85c2443f5 100644
--- a/src/pyramid/httpexceptions.py
+++ b/src/pyramid/httpexceptions.py
@@ -214,7 +214,7 @@ ${body}'''
</html>'''
)
- # Set this to True for responses that should have no request body
+ # Set this to True for responses that should have no response body
empty_body = False
def __init__(