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

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

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