--- a/Debugger/BreakPointModel.py Mon Jul 08 21:47:26 2013 +0200 +++ b/Debugger/BreakPointModel.py Mon Jul 08 22:36:10 2013 +0200 @@ -298,7 +298,7 @@ def isBreakPointTemporaryByIndex(self, index): """ - Public method to test, if a breakpoint given by it's index is temporary. + Public method to test, if a breakpoint given by its index is temporary. @param index index of the breakpoint to test (QModelIndex) @return flag indicating a temporary breakpoint (boolean)