--- a/DebugClients/Python/DebugBase.py Sat Jul 05 11:41:14 2014 +0200 +++ b/DebugClients/Python/DebugBase.py Sat Jul 05 12:13:23 2014 +0200 @@ -508,7 +508,7 @@ Public method reimplemented from bdb.py to get the first breakpoint of a particular line. - Because eric5 supports only one breakpoint per line, this overwritten + Because eric6 supports only one breakpoint per line, this overwritten method will return this one and only breakpoint. @param filename filename of the bp to retrieve (string)