[1.9.x] Tweaked example text in docs/ref/templates/builtins.txt.
Backport of a32538279c
from master
This commit is contained in:
parent
9b3e79e58e
commit
f7df398436
|
@ -1848,8 +1848,8 @@ For example::
|
||||||
|
|
||||||
{{ value|lower }}
|
{{ value|lower }}
|
||||||
|
|
||||||
If ``value`` is ``Still MAD At Yoko``, the output will be
|
If ``value`` is ``Totally LOVING this Album!``, the output will be
|
||||||
``still mad at yoko``.
|
``totally loving this album!``.
|
||||||
|
|
||||||
.. templatefilter:: make_list
|
.. templatefilter:: make_list
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue