From 83548b11b46007f124e3e95f63b78bb9c986efab Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 29 Apr 2016 20:06:16 +0530 Subject: [PATCH] ... --- manual/template_lang.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/template_lang.rst b/manual/template_lang.rst index 6fd797909a..c55c42591e 100644 --- a/manual/template_lang.rst +++ b/manual/template_lang.rst @@ -258,7 +258,7 @@ The following functions are available in addition to those described in single-f * ``first_non_empty(value, value, ...)`` -- returns the first value that is not empty. If all values are empty, then the empty value is returned. You can have as many values as you want. - * ``format_date(x, format_string)`` -- format the value, which must be a date + * ``format_date(val, format_string)`` -- format the value, which must be a date field, using the format_string, returning a string. The formatting codes are::