merged branch kosssi/feature/fix-typo (PR #1090)

This PR was merged into the master branch.

Discussion
----------

fix documentation code block

Commits
-------

e9c1979 fix documentation code block
This commit is contained in:
Fabien Potencier
2013-05-14 07:03:10 +02:00
+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 #}