Commit a3253827 authored by Tom Christie's avatar Tom Christie Committed by Tim Graham
Browse files

Tweaked example text in docs/ref/templates/builtins.txt.

parent 2514e044
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1779,8 +1779,8 @@ For example::

    {{ value|lower }}

If ``value`` is ``Still MAD At Yoko``, the output will be
``still mad at yoko``.
If ``value`` is ``Totally LOVING this Album!``, the output will be
``totally loving this album!``.

.. templatefilter:: make_list