--- a/eric6/QScintilla/SpellChecker.py Sat Aug 31 12:29:57 2019 +0200 +++ b/eric6/QScintilla/SpellChecker.py Sat Aug 31 12:58:11 2019 +0200 @@ -546,12 +546,3 @@ return self raise StopIteration - - if sys.version_info.major == 2: - def next(self): - """ - Public method to advance to the next error. - - @return self - """ - return self.__next__()