From 93c8e94bd6b004ae7a97502e664e6a530958ed9a Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Sun, 13 Jan 2008 19:07:14 +0000 Subject: [PATCH] Fixed another typo in templates docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7020 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/templates_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates_python.txt b/docs/templates_python.txt index 66c52ddbe0..f98cfa3249 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -827,7 +827,7 @@ Template filter code falls into one of two situations: the ``needs_autoescape`` attribute to ``True`` on your function. (If you don't specify this attribute, it defaults to ``False``). This attribute tells Django that your filter function wants to be passed an extra - keyword argument, called ``autoescape``, that is ``True`` is + keyword argument, called ``autoescape``, that is ``True`` if auto-escaping is in effect and ``False`` otherwise. For example, let's write a filter that emphasizes the first character of