From af2dc4ebb84a6b0ceb68edd79fcc6ec4bf313325 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 9 Nov 2013 10:09:25 -0500 Subject: [PATCH] Fixed doc typo. --- docs/intro/tutorial02.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 74a6752188..e9775cb4da 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -479,7 +479,7 @@ Then, just edit the file and replace ``{{ site_header }}`` with your own site's name as you see fit. We use this approach to teach you how to override templates. In an actual project, you would probably use the :attr:`django.contrib.admin.AdminSite.site_header` attribute to more easily -make this paritcular customization. +make this particular customization. This template file contains lots of text like ``{% block branding %}`` and ``{{ title }}``. The ``{%`` and ``{{`` tags are part of Django's