]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
fix typo (#941)
authorlilinjie <102012657+uniontech-lilinjie@users.noreply.github.com>
Mon, 9 Jan 2023 17:54:42 +0000 (17:54 +0000)
committerGitHub <noreply@github.com>
Mon, 9 Jan 2023 17:54:42 +0000 (19:54 +0200)
Signed-off-by: lilinjie <lilinjie@uniontech.com>
babel/numbers.py

index da5936dbffdb9c8d63b52feb28bfea3aaf44ec5f..94259f841ece69cea7d67b5a1ca3cbe6d34bab11 100644 (file)
@@ -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)