summaryrefslogtreecommitdiff
path: root/docs/tutorial03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial03.txt')
-rw-r--r--docs/tutorial03.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial03.txt b/docs/tutorial03.txt
index 74e2a941ca..173428788b 100644
--- a/docs/tutorial03.txt
+++ b/docs/tutorial03.txt
@@ -198,7 +198,7 @@ So let's use Django's template system to separate the design from Python::
That code loads the template called "polls/index" and passes it a context. The
context is a dictionary mapping template variable names to Python objects.
-Reload the page. Now you'll see an error:
+Reload the page. Now you'll see an error::
TemplateDoesNotExist: Your TEMPLATE_DIRS settings is empty. Change it to point to at least one template directory.