--- a/eric6/QScintilla/SpellChecker.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/QScintilla/SpellChecker.py Sat Apr 10 18:38:27 2021 +0200 @@ -43,7 +43,7 @@ @param checkRegion reference to a function to check for a valid region """ - super(SpellChecker, self).__init__(editor) + super().__init__(editor) self.editor = editor self.indicator = indicator