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:38:40 -0500 |
| commit | a32538279c085bdf67839dc834f05b37f8f38bb8 (patch) | |
| tree | 6de146b2e6c0439940ba6b5e5ccbb511f908cb1e /docs | |
| parent | 2514e044a7fce58176c4e79eec298f3d8f70e89b (diff) | |
Tweaked example text in docs/ref/templates/builtins.txt.
Diffstat (limited to 'docs')
| -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 b0e61d16ca..190e664e1e 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1779,8 +1779,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 |
