summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial03.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-01-27 06:09:36 -0500
committerTim Graham <timograham@gmail.com>2013-01-27 06:09:50 -0500
commit14d1d504d5c839869a7f612b7d35fa1adf983f5b (patch)
tree497d4307aef48f5223e9f8bf9edeec65f17d2a48 /docs/intro/tutorial03.txt
parent4b3f7110ae1e9ef7862c67a38431780080f0062c (diff)
Fixed two malformed links.
Diffstat (limited to 'docs/intro/tutorial03.txt')
-rw-r--r--docs/intro/tutorial03.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt
index 3159ee88c2..ac77b7608d 100644
--- a/docs/intro/tutorial03.txt
+++ b/docs/intro/tutorial03.txt
@@ -277,7 +277,7 @@ you want to change the way the page looks, you'll have to edit this Python code.
So let's use Django's template system to separate the design from Python.
First, create a directory ``polls`` in your template directory you specified
-in setting:`TEMPLATE_DIRS`. Within that, create a file called ``index.html``.
+in :setting:`TEMPLATE_DIRS`. Within that, create a file called ``index.html``.
Put the following code in that template:
.. code-block:: html+django