diff -r 44e15eda6506 -r e8fc383322f7 eric6/DebugClients/Python/BreakpointWatch.py --- a/eric6/DebugClients/Python/BreakpointWatch.py Tue Jan 05 18:28:31 2021 +0100 +++ b/eric6/DebugClients/Python/BreakpointWatch.py Wed Jan 06 13:47:01 2021 +0100 @@ -109,7 +109,7 @@ """ Static method to get the breakpoint of a particular line. - Because eric6 supports only one breakpoint per line, this + Because eric supports only one breakpoint per line, this method will return only one breakpoint. @param filename file name of the bp to retrieve