From 2863e09f2e4a6376ffb6142e51cb5e8e24cfa75d Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 1 Dec 2005 20:27:34 +0000 Subject: [PATCH] Fixed typo in docs/templates.txt. Thanks, pbx git-svn-id: http://code.djangoproject.com/svn/django/trunk@1525 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.txt b/docs/templates.txt index 8c673e1d1c..d2539a3440 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -616,7 +616,7 @@ Note that you can backslash-escape a format string if you want to use the "f" is a format string that displays the time. The "o" doesn't need to be escaped, because it's not a format character.:: - It is the {% "jS o\f F" %} + It is the {% now "jS o\f F" %} (Displays "It is the 4th of September" %}