Fix syntax error

This commit is contained in:
Brett Anthoine
2017-02-01 08:49:34 +01:00
parent bd1f4faf1d
commit 58a4e8e18b

View File

@@ -50,8 +50,8 @@ CONVERTER_CLASSES = {
'no': lang_NO.Num2Word_NO(),
'dk': lang_DK.Num2Word_DK(),
'pt_BR': lang_PT_BR.Num2Word_PT_BR(),
'he': lang_HE.Num2Word_HE()
'it': lang_IT.Num2Word_IT(),
'he': lang_HE.Num2Word_HE(),
'it': lang_IT.Num2Word_IT()
}
def num2words(number, ordinal=False, lang='en'):