Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion babel/numbers.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,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