Author: russellm
Date: 2007-04-12 06:12:45 -0500 (Thu, 12 Apr 2007)
New Revision: 4998

Modified:
   django/trunk/docs/templates.txt
Log:
Fixed #3956 -- Minor typo in template docs. Thanks, Nick Fishman.


Modified: django/trunk/docs/templates.txt
===================================================================
--- django/trunk/docs/templates.txt     2007-04-11 21:11:48 UTC (rev 4997)
+++ django/trunk/docs/templates.txt     2007-04-12 11:12:45 UTC (rev 4998)
@@ -702,11 +702,11 @@
 Note that you can backslash-escape a format string if you want to use the
 "raw" value. In this example, "f" is backslash-escaped, because otherwise
 "f" is a format string that displays the time. The "o" doesn't need to be
-escaped, because it's not a format character.::
+escaped, because it's not a format character::
 
     It is the {% now "jS o\f F" %}
 
-(Displays "It is the 4th of September" %}
+This would display as "It is the 4th of September".
 
 regroup
 ~~~~~~~


--~--~---------~--~----~------------~-------~--~----~
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