mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 14:52:25 +00:00
correction on lang_DE: ordnum, plural and ord form of >= 10**6
This commit is contained in:
@@ -101,7 +101,6 @@ class Num2Word_Base(object):
|
||||
|
||||
if value >= self.MAXVAL:
|
||||
raise OverflowError(self.errmsg_toobig % (value, self.MAXVAL))
|
||||
|
||||
|
||||
val = self.splitnum(value)
|
||||
words, num = self.clean(val)
|
||||
|
||||
Reference in New Issue
Block a user