QScintilla/SpellChecker.py

changeset 3621
15f23ed3f216
parent 3592
eb4db8e3bcaa
child 3656
441956d8fce5
equal deleted inserted replaced
3620:2c8d96d47cda 3621:15f23ed3f216
543 def next(self): 543 def next(self):
544 """ 544 """
545 Public method to advance to the next error. 545 Public method to advance to the next error.
546 546
547 @return self 547 @return self
548 @exception StopIteration raised to indicate the end of the iteration
549 """ 548 """
550 return self.__next__() 549 return self.__next__()

eric ide

mercurial