mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 14:52:25 +00:00
Test currency not implemented, remove dead method.
This commit is contained in:
@@ -195,9 +195,6 @@ class Num2Word_Base(object):
|
||||
if not abs(value) == value:
|
||||
raise TypeError(self.errmsg_negord % value)
|
||||
|
||||
def set_wordnums(self):
|
||||
pass
|
||||
|
||||
def to_ordinal(self, value):
|
||||
return self.to_cardinal(value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user