diff options
| author | Tom Christie <tom@tomchristie.com> | 2015-11-13 11:25:34 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-13 07:40:12 -0500 |
| commit | 2f4a82e549f0312c7f0b7a73451a1b6e35d10d0e (patch) | |
| tree | 0729b2cae32dfabaac7cf11306254d7e3022fd4f /docs/ref | |
| parent | a517a3c531f2583c05d4c53123f6ad2f7916b5ad (diff) | |
[1.8.x] Tweaked example text in docs/ref/templates/builtins.txt.
Backport of a32538279c085bdf67839dc834f05b37f8f38bb8 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index e15896f05e..dbfc677e48 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -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 |
