--- a/QScintilla/Editor.py Sun May 13 12:52:23 2018 +0200 +++ b/QScintilla/Editor.py Sun May 13 12:53:27 2018 +0200 @@ -5335,7 +5335,7 @@ (self.project.isPy3Project() or self.project.isPy2Project()) - # now check ourself + # now check ourselves fn = self.getFileName() if fn is not None: tfn = Utilities.getTestFileName(fn) @@ -5758,7 +5758,7 @@ if os.path.isfile(tf): files.append(tf) - # now check, if there are coverage files belonging to ourself + # now check, if there are coverage files belonging to ourselves fn = self.getFileName() if fn is not None: tfn = Utilities.getTestFileName(fn) @@ -5936,7 +5936,7 @@ if os.path.isfile(tf): files.append(tf) - # now check, if there are profile files belonging to ourself + # now check, if there are profile files belonging to ourselves fn = self.getFileName() if fn is not None: tfn = Utilities.getTestFileName(fn)