summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Theise <erictheise@gmail.com>2017-05-21 16:54:26 -0700
committerTim Graham <timograham@gmail.com>2017-05-25 13:43:21 -0400
commit1b5b3710f16450eca49fb11b41a242816857a454 (patch)
tree5c4b95f13e8465352de1779c6ee9254b538884fe /docs
parent0ea321193a1d7f857544760e12058303edd51362 (diff)
Added some shell output in tutorial 2.
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/tutorial05.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt
index 45a11a68c0..f32fccc33d 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.