summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-10-19 01:17:13 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-10-19 01:17:13 +0000
commitd7a69df1b6501c5540bdfad669313003b028a0ce (patch)
tree5eaac80fc4edb2a4f5b75efae016e316853af366 /docs
parent079752fe8865ea68e25a9c2199fce3305d6aea66 (diff)
Fixed ReST bug in docs/tutorial02.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial02.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt
index 9aeeb9d026..e79c067ad5 100644
--- a/docs/tutorial02.txt
+++ b/docs/tutorial02.txt
@@ -394,7 +394,7 @@ Open your settings file (``myproject/settings.py``, remember) and look at the
directories to check when loading Django templates. It's a search path.
By default, ``TEMPLATE_DIRS`` is empty. So, let's add a line to it, to tell
-Django where our templates live.
+Django where our templates live::
TEMPLATE_DIRS = (
"/home/mytemplates", # Change this to your own directory.