From 642c8b2fdcf77e4050569ebf77937859b586c740 Mon Sep 17 00:00:00 2001 From: Leon Kuchenbecker Date: Fri, 14 May 2021 17:58:47 +0200 Subject: Minor comment fix --- src/pyramid/httpexceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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}''' ''' ) - # 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__( -- cgit v1.2.3