summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Christie <tom@tomchristie.com>2015-11-13 11:25:34 +0000
committerTim Graham <timograham@gmail.com>2015-11-13 07:39:58 -0500
commitf7df3984360db4fea939d39823930f20e2b45d4d (patch)
treeef361cb83e7e13eaccf56db21297acbf4be9d592
parent9b3e79e58ee271ff65c8b6d7fff57e2c54af7b8f (diff)
[1.9.x] Tweaked example text in docs/ref/templates/builtins.txt.
Backport of a32538279c085bdf67839dc834f05b37f8f38bb8 from master
-rw-r--r--docs/ref/templates/builtins.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 4ab618866d..c468674206 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -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