removed whitespaces in docs

This commit is contained in:
Fabien Potencier
2013-10-26 08:34:09 +02:00
parent 25e7befa37
commit 932f7fcb75
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ The ``abs`` filter returns the absolute value.
.. code-block:: jinja
{# number = -5 #}
{{ number|abs }}
{# outputs 5 #}
.. note::
+1 -1
View File
@@ -14,7 +14,7 @@ or an array as query string:
{{ "string with spaces"|url_encode(true) }}
{# outputs "string%20with%20spaces" #}
{{ {'param': 'value', 'foo': 'bar'}|url_encode }}
{# outputs "param=value&foo=bar" #}