Skip to content

Commit

Permalink
fix typo (#941)
Browse files Browse the repository at this point in the history
Signed-off-by: lilinjie <lilinjie@uniontech.com>
  • Loading branch information
uniontech-lilinjie committed Jan 9, 2023
1 parent 3594836 commit 338bfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel/numbers.py
Expand Up @@ -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)
Expand Down

0 comments on commit 338bfa1

Please sign in to comment.