removed obsolete comment

This commit is contained in:
Fabien Potencier
2016-09-22 08:15:13 -07:00
parent c9aac2403c
commit bba5e1a1b3
-1
View File
@@ -6,7 +6,6 @@ hash, exactly ``false``, or exactly ``null``:
.. code-block:: jinja
{# evaluates to true if the foo variable is null, false, an empty array, or the empty string #}
{% if foo is empty %}
...
{% endif %}