diff -r 6a8cb7632448 -r 70924c0bdaf1 Documentation/Source/eric5.DebugClients.Python.DebugBase.html --- a/Documentation/Source/eric5.DebugClients.Python.DebugBase.html Sun Oct 13 17:29:57 2013 +0200 +++ b/Documentation/Source/eric5.DebugClients.Python.DebugBase.html Sun Oct 13 17:44:48 2013 +0200 @@ -222,8 +222,8 @@ </dl><dl> <dt>Returns:</dt> <dd> -tuple of watch expression and a flag to indicate, that a temporary - watch expression may be deleted (bdb.Breakpoint, boolean) +tuple of watch expression and a flag to indicate, that a + temporary watch expression may be deleted (bdb.Breakpoint, boolean) </dd> </dl><a NAME="DebugBase.__extract_stack" ID="DebugBase.__extract_stack"></a> <h4>DebugBase.__extract_stack</h4> @@ -460,7 +460,8 @@ <h4>DebugBase.get_break</h4> <b>get_break</b>(<i>filename, lineno</i>) <p> - Reimplemented from bdb.py to get the first breakpoint of a particular line. + Reimplemented from bdb.py to get the first breakpoint of a particular + line. </p><p> Because eric5 supports only one breakpoint per line, this overwritten method will return this one and only breakpoint.