From d9aee6934f061e775bfd77244d1674189ed3d9f3 Mon Sep 17 00:00:00 2001 From: William Moreno Reyes Date: Mon, 23 Oct 2017 14:16:46 -0600 Subject: [PATCH] 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 --- num2words/lang_NL.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/num2words/lang_NL.py b/num2words/lang_NL.py index 5bbaa0a..fcac497 100644 --- a/num2words/lang_NL.py +++ b/num2words/lang_NL.py @@ -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 += " "