mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
[FIX] /num2words/lang_TR.py:812:1: W293 blank line contains whitespace
This commit is contained in:
committed by
Willem Van Onsem
parent
b5875b81f7
commit
3b27a09a30
@@ -809,7 +809,7 @@ class Num2Word_TR(Num2Word_Base):
|
|||||||
def to_ordinal_num(self, value):
|
def to_ordinal_num(self, value):
|
||||||
self.verify_ordinal(value)
|
self.verify_ordinal(value)
|
||||||
return "%s%s" % (value, self.to_ordinal(value)[-4:])
|
return "%s%s" % (value, self.to_ordinal(value)[-4:])
|
||||||
|
|
||||||
def to_splitnum(self, val):
|
def to_splitnum(self, val):
|
||||||
float_digits = str(int(val * 10 ** self.precision))
|
float_digits = str(int(val * 10 ** self.precision))
|
||||||
if not int(val) == 0:
|
if not int(val) == 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user