summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial03.txt
diff options
context:
space:
mode:
authorPreston Holmes <preston@ptone.com>2013-02-23 19:06:04 -0800
committerPreston Holmes <preston@ptone.com>2013-02-23 19:07:06 -0800
commit17a28b39a8d77997f83ecd94ebcff7b198b8cb05 (patch)
treee93fa4189078451a7a085af01109ee6b31d0838d /docs/intro/tutorial03.txt
parentf480b395256612de83b2f912bfecee03366bc990 (diff)
Made a small clarification in tutorial.
refs #19889
Diffstat (limited to 'docs/intro/tutorial03.txt')
-rw-r--r--docs/intro/tutorial03.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt
index 975e3fc668..daab8b7756 100644
--- a/docs/intro/tutorial03.txt
+++ b/docs/intro/tutorial03.txt
@@ -405,7 +405,8 @@ The new concept here: The view raises the :exc:`~django.http.Http404` exception
if a poll with the requested ID doesn't exist.
We'll discuss what you could put in that ``polls/detail.html`` template a bit
-later, but if you'd like to quickly get the above example working, just::
+later, but if you'd like to quickly get the above example working, a file
+containing just::
{{ poll }}