Cleaned-up whitespaces around operators

This commit is contained in:
Krzysztof Socha
2017-02-27 21:57:11 +01:00
parent 4d5a114cf3
commit 7fdb61351b

View File

@@ -209,8 +209,6 @@ def int2word(n):
i -= 1 i -= 1
n1, n2, n3 = get_digits(x) n1, n2, n3 = get_digits(x)
# print str(n3) + str(n2) + str(n1)
if n3 > 0: if n3 > 0:
words.append(HUNDREDS[n3][0]) words.append(HUNDREDS[n3][0])