QScintilla/SpellChecker.py

changeset 5815
223fa32b3a32
parent 5439
7ae65fa937a3
child 6048
82ad8ec9548c
--- 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).

eric ide

mercurial