From 4b84f6e97b321309544513b0697e8b378a57bafc Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 21 Aug 2018 03:06:45 -0700 Subject: Synch Hello World app with canonical version on trypyramid.com and elsewhere --- docs/quick_tour/hello_world/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/quick_tour/hello_world') diff --git a/docs/quick_tour/hello_world/app.py b/docs/quick_tour/hello_world/app.py index dc6f32310..d384a0620 100644 --- a/docs/quick_tour/hello_world/app.py +++ b/docs/quick_tour/hello_world/app.py @@ -4,7 +4,7 @@ from pyramid.response import Response def hello_world(request): - return Response('

Hello World!

') + return Response('Hello World!') if __name__ == '__main__': -- cgit v1.2.3