summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial02.txt
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2010-08-18 02:42:01 +0000
committerKaren Tracey <kmtracey@gmail.com>2010-08-18 02:42:01 +0000
commit68aff2f7be6c3d3c414d540c1bc494d39530a63b (patch)
tree9997e5ad8ef2556d8d47178bb5eddb3ede59d139 /docs/intro/tutorial02.txt
parent015d85aee64ed8b020c38b2ada55d8aaba0608eb (diff)
Fixed #14127: Adding a couple of missing backticks. Thanks kishkin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13600 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial02.txt')
-rw-r--r--docs/intro/tutorial02.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index a7ab158faa..b8f899cedc 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -426,7 +426,7 @@ Then, just edit the file and replace the generic Django text with your own
site's name as you see fit.
This template file contains lots of text like ``{% block branding %}``
-and ``{{ title }}. The ``{%`` and ``{{`` tags are part of Django's
+and ``{{ title }}``. The ``{%`` and ``{{`` tags are part of Django's
template language. When Django renders ``admin/base_site.html``, this
template language will be evaluated to produce the final HTML page.
Don't worry if you can't make any sense of the template right now --