From 8f79523b6292c8039c05a4c5530ce3bd3b31c934 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 4 Sep 2006 23:40:28 +0000 Subject: [PATCH] Corrected spelling of 'behavior' in docs/templates_python.txt from [3714] git-svn-id: http://code.djangoproject.com/svn/django/trunk@3717 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 8ca68d87d3..950b122339 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -207,7 +207,7 @@ Filters that are applied to an invalid variable will only be applied if ``TEMPLATE_STRING_IF_INVALID`` is set to any other value, variable filters will be ignored. -This behaviour is slightly different for the ``if``, ``for`` and ``regroup`` +This behavior is slightly different for the ``if``, ``for`` and ``regroup`` template tags. If an invalid variable is provided to one of these template tags, the variable will be interpreted as ``None``. Filters are always applied to invalid variables within these template tags.