From: lilinjie <102012657+uniontech-lilinjie@users.noreply.github.com> Date: Mon, 9 Jan 2023 17:54:42 +0000 (+0000) Subject: fix typo (#941) X-Git-Tag: v2.12.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=338bfa13c39df0837dd45cf492eb24d8d214ba96;p=thirdparty%2Fbabel.git fix typo (#941) Signed-off-by: lilinjie --- diff --git a/babel/numbers.py b/babel/numbers.py index da5936db..94259f84 100644 --- a/babel/numbers.py +++ b/babel/numbers.py @@ -517,7 +517,7 @@ def format_currency( >>> format_currency(1099.98, 'COP', u'#,##0.00', locale='es_ES') u'1.099,98' - However, the number of decimal digits can be overriden from the currency + However, the number of decimal digits can be overridden from the currency information, by setting the last parameter to ``False``: >>> format_currency(1099.98, 'JPY', locale='en_US', currency_digits=False)