mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
Minor change just to test commit speed
This commit is contained in:
@@ -251,10 +251,12 @@ class Num2Word_Base(object):
|
||||
_card = self.to_cardinal(value)
|
||||
except:
|
||||
_card = "invalid"
|
||||
|
||||
try:
|
||||
_ord = self.to_ordinal(value)
|
||||
except:
|
||||
_ord = "invalid"
|
||||
|
||||
try:
|
||||
_ordnum = self.to_ordinal_num(value)
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user