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

[1.9.x] Tweaked example text in docs/ref/templates/builtins.txt.

Backport of a3253827 from master
parent 9b3e79e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1848,8 +1848,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