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
This commit is contained in:
Adrian Holovaty 2006-09-04 23:40:28 +00:00
parent f0362aa300
commit 8f79523b62
1 changed files with 1 additions and 1 deletions

View File

@ -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 ``TEMPLATE_STRING_IF_INVALID`` is set to any other value, variable
filters will be ignored. 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 template tags. If an invalid variable is provided to one of these template
tags, the variable will be interpreted as ``None``. Filters are always tags, the variable will be interpreted as ``None``. Filters are always
applied to invalid variables within these template tags. applied to invalid variables within these template tags.