Fix some pep8 issues

W291:
 pycodestyle-3.6 num2words | grep W291
 num2words/lang_NL.py:64:40: W291 trailing whitespace
 num2words/lang_NL.py:97:38: W291 trailing whitespace

Signed-off-by: William Moreno Reyes <williamjmorenor@gmail.com>
This commit is contained in:
William Moreno Reyes
2017-10-23 14:16:46 -06:00
parent 34de8f7f87
commit d9aee6934f

View File

@@ -61,7 +61,7 @@ class Num2Word_NL(Num2Word_EU):
"vier": "vierd",
"vijf": "vijfd",
"zes": "zesd",
"zeven": "zevend",
"zeven": "zevend",
"acht": "achtst",
"negen": "negend",
"tien":"tiend",
@@ -94,7 +94,7 @@ class Num2Word_NL(Num2Word_EU):
if ntext.endswith("e"):
ntext += "ën"#"n"
else:
ntext += "en"
ntext += "en"
ntext, ctext = ctext, ntext #+ "en"
elif cnum >= 10**6:
ctext += " "