From f804b46294c58d80452c91c485717fe8a31b2f47 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Sun, 21 May 2017 16:54:26 -0700 Subject: [PATCH] [1.11.x] Added some shell output in tutorial 2. Backport of 1b5b3710f16450eca49fb11b41a242816857a454 from master --- docs/intro/tutorial05.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt index 45a11a68c06..f32fccc33d4 100644 --- a/docs/intro/tutorial05.txt +++ b/docs/intro/tutorial05.txt @@ -361,6 +361,7 @@ With that ready, we can ask the client to do some work for us:: >>> # get a response from '/' >>> response = client.get('/') + Not Found: / >>> # we should expect a 404 from that address; if you instead see an >>> # "Invalid HTTP_HOST header" error and a 400 response, you probably >>> # omitted the setup_test_environment() call described earlier.