summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-11-10 03:30:00 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-11-10 03:30:00 +0000
commit7cce717f348d3c7487b1dbf82b9f1f3a802ab82e (patch)
tree9a3e761e467244da92bbae955bd2cda965eab34b /docs
parent8fd2252e2bd2795ed6c97dbb41cf808c2a4fdbc0 (diff)
Fixed typo in docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/templates.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.txt b/docs/templates.txt
index 7a580bd0db..b4cc47b9f3 100644
--- a/docs/templates.txt
+++ b/docs/templates.txt
@@ -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.
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``
-and ``ifnot`` tags instead.
+tag instead.
ifnotequal
~~~~~~~~~~