--- a/E5XML/SpellCheckDictionariesReader.py Sun Sep 03 18:20:29 2017 +0200 +++ b/E5XML/SpellCheckDictionariesReader.py Sun Sep 03 18:37:52 2017 +0200 @@ -19,7 +19,7 @@ """ Class to read the web browser spell check dictionaries list file. """ - supportedVersions = ["1.0",] + supportedVersions = ["1.0", ] def __init__(self, data, entryCallback): """