Skip to content

Commit 338bfa1

Browse files
fix typo (#941)
Signed-off-by: lilinjie <[email protected]>
1 parent 3594836 commit 338bfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babel/numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def format_currency(
517517
>>> format_currency(1099.98, 'COP', u'#,##0.00', locale='es_ES')
518518
u'1.099,98'
519519
520-
However, the number of decimal digits can be overriden from the currency
520+
However, the number of decimal digits can be overridden from the currency
521521
information, by setting the last parameter to ``False``:
522522
523523
>>> format_currency(1099.98, 'JPY', locale='en_US', currency_digits=False)

0 commit comments

Comments
 (0)