Author: kmtracey
Date: 2010-08-17 21:44:58 -0500 (Tue, 17 Aug 2010)
New Revision: 13601

Modified:
   django/branches/releases/1.2.X/
   django/branches/releases/1.2.X/docs/intro/tutorial02.txt
Log:
[1.2.X] Fixed #14127: Adding a couple of missing backticks. Thanks kishkin.

r13600 from trunk.




Property changes on: django/branches/releases/1.2.X
___________________________________________________________________
Name: svnmerge-integrated
   - /django/trunk:1-13360,13434,13480,13574
   + /django/trunk:1-13360,13434,13480,13574,13600

Modified: django/branches/releases/1.2.X/docs/intro/tutorial02.txt
===================================================================
--- django/branches/releases/1.2.X/docs/intro/tutorial02.txt    2010-08-18 
02:42:01 UTC (rev 13600)
+++ django/branches/releases/1.2.X/docs/intro/tutorial02.txt    2010-08-18 
02:44:58 UTC (rev 13601)
@@ -426,7 +426,7 @@
 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 --

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to