Little typo
authorAlbert Casademont <albertcasademont@gmail.com>
Thu, 19 Jul 2012 11:03:26 +0000 (14:03 +0300)
committerAlbert Casademont <albertcasademont@gmail.com>
Thu, 19 Jul 2012 11:03:26 +0000 (14:03 +0300)
doc/tests/empty.rst

index 5ef3035..e5b5599 100644 (file)
@@ -5,7 +5,7 @@
 
 .. code-block:: jinja
 
-    {# evaluates to true if the foo variable is null, false, an empty array or the empty string #}
+    {# evaluates to true if the foo variable is null, false, an empty array, or the empty string #}
     {% if foo is empty %}
         ...
     {% endif %}