From fc1950d5a9b484e044ae9f0c0a5650bafc79f1d6 Mon Sep 17 00:00:00 2001 From: Nicolas Bastien Date: Sun, 29 Sep 2013 16:14:18 +0200 Subject: [PATCH] [Doc] corrects number_format argument namming --- doc/filters/number_format.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/filters/number_format.rst b/doc/filters/number_format.rst index fedacd9..7434c53 100644 --- a/doc/filters/number_format.rst +++ b/doc/filters/number_format.rst @@ -40,6 +40,6 @@ Arguments * ``decimal``: The number of decimal points to display * ``decimal_point``: The character(s) to use for the decimal point - * ``decimal_sep``: The character(s) to use for the thousands separator + * ``thousand_sep``: The character(s) to use for the thousands separator .. _`number_format`: http://php.net/number_format -- 1.7.2.5