From: Kevin Deldycke Date: Mon, 28 Sep 2015 10:31:26 +0000 (+0200) Subject: numbers: Sync docstring with actual examples. X-Git-Tag: dev-2a51c9b95d06~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e4af920834722c249f06c7f4b9f897250cdbbe2;p=thirdparty%2Fbabel.git numbers: Sync docstring with actual examples. --- diff --git a/babel/numbers.py b/babel/numbers.py index bd2e9903..af9413f5 100644 --- a/babel/numbers.py +++ b/babel/numbers.py @@ -290,7 +290,7 @@ def format_currency(number, currency, format=None, locale=LC_NUMERIC, u'1.100' However, the number of decimal digits can be overriden from the currency - information, by setting the last parameter to ``True``: + information, by setting the last parameter to ``False``: >>> format_currency(1099.98, 'JPY', locale='en_US', currency_digits=False) u'\\xa51,099.98'