eric6/QScintilla/SpellChecker.py

changeset 8218
7c09585bd960
parent 7923
91e843545d9a
child 8243
cc717c2ae956
--- 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

eric ide

mercurial