summaryrefslogtreecommitdiff
path: root/docs/tutorial03.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-19 05:58:19 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-19 05:58:19 +0000
commit1062b1e042b1c920c73ae12384086027521e3b8a (patch)
tree0927b99450e60e12ff28259d1134f7e5ff85aa1a /docs/tutorial03.txt
parent851b14deca6eda4d4b6312f8ed10f65c14115c9c (diff)
Small formatting fix to tutorial03
git-svn-id: http://code.djangoproject.com/svn/django/trunk@201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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.