Fixed typo that messes up with syntax highlighting

This commit is contained in:
iamdto
2013-01-18 10:43:17 +01:00
parent 3225226e0b
commit 9d25425d95
+1 -1
View File
@@ -217,7 +217,7 @@ the values you pass as arguments:
{{ data|convert_encoding(from='iso-2022-jp', to='UTF-8') }}
Named arguments also allow you to skip some arguments for which you don't want
to change the default value::
to change the default value:
.. code-block:: jinja