diff -r 50b299f6eb98 -r 223fa32b3a32 QScintilla/SpellChecker.py --- a/QScintilla/SpellChecker.py Thu Jul 20 18:42:33 2017 +0200 +++ b/QScintilla/SpellChecker.py Thu Jul 20 18:53:24 2017 +0200 @@ -129,7 +129,7 @@ @classmethod def _getDict(cls, lang, pwl="", pel=""): """ - Protected classmethod to get a new dictionary. + Protected class method to get a new dictionary. @param lang the language to be used as the default (string). The string should be in language locale format (e.g. en_US, de).