fix documentation code block

This commit is contained in:
Simon Constans
2013-05-13 22:34:50 +02:00
parent a8395b3829
commit e9c197967f
+2
View File
@@ -29,6 +29,8 @@ The assigned value can be any valid :ref:`Twig expressions
Several variables can be assigned in one block:
.. code-block:: jinja
{% set foo, bar = 'foo', 'bar' %}
{# is equivalent to #}