Fixed typo in docs/templates.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-11-10 03:30:00 +00:00
parent 8fd2252e2b
commit 7cce717f34
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ The arguments can be hard-coded strings, so the following is valid::
It is only possible to compare an argument to template variables or strings. It is only possible to compare an argument to template variables or strings.
You cannot check for equality with Python objects such as ``True`` or You cannot check for equality with Python objects such as ``True`` or
``False``. If you need to test if something is true or false, use the ``if`` ``False``. If you need to test if something is true or false, use the ``if``
and ``ifnot`` tags instead. tag instead.
ifnotequal ifnotequal
~~~~~~~~~~ ~~~~~~~~~~