--- a/QScintilla/SpellChecker.py Fri Nov 09 16:37:21 2012 +0100 +++ b/QScintilla/SpellChecker.py Fri Nov 09 17:47:22 2012 +0100 @@ -99,7 +99,7 @@ return os.path.join(Utilities.getConfigDir(), "spelling", "pwl.dic") @classmethod - def getUserDictionaryPath(cls, isException): + def getUserDictionaryPath(cls, isException=False): """ Class method to get the path name of a user dictionary file.