diff --git a/docs/templates.txt b/docs/templates.txt index 7a580bd0db870..b4cc47b9f3687 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 ~~~~~~~~~~