fixed doc format

This commit is contained in:
Fabien Potencier
2019-04-25 14:27:56 +02:00
parent 97167aab98
commit bcc34c4bb7
+1 -1
View File
@@ -7,7 +7,7 @@
The ``column`` filter returns the values from a single column in the input
array.
.. code-block:: jinja
.. code-block:: twig
{% set items = [{ 'fruit' : 'apple'}, {'fruit' : 'orange' }] %}