minor typo in sort documentation

This commit is contained in:
Ricard Clau
2013-03-24 13:27:05 +01:00
parent ff724c81ca
commit 1443b765e1
+1 -1
View File
@@ -5,7 +5,7 @@ The ``sort`` filter sorts an array:
.. code-block:: jinja
{% for use in users|sort %}
{% for user in users|sort %}
...
{% endfor %}