correction on lang_DE: ordnum, plural and ord form of >= 10**6

This commit is contained in:
isnani
2015-12-12 16:54:30 +01:00
parent 848f9d26b1
commit 797e74d1fc
3 changed files with 61 additions and 23 deletions

View File

@@ -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)