--- a/eric6/Documentation/Source/eric6.DebugClients.Python.BreakpointWatch.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.BreakpointWatch.html Mon Feb 01 10:38:16 2021 +0100 @@ -142,11 +142,11 @@ <dd> line number of the breakpoint </dd> -<dt><i>temporary=</i> (bool)</dt> +<dt><i>temporary</i> (bool)</dt> <dd> flag to indicate a temporary breakpoint </dd> -<dt><i>cond=</i> (str)</dt> +<dt><i>cond</i> (str)</dt> <dd> Python expression which dynamically enables this bp </dd> @@ -226,7 +226,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of Breakpoint and a flag to indicate, that a temporary breakpoint may be deleted @@ -246,7 +246,7 @@ Static method to get the breakpoint of a particular line. </p> <p> - Because eric6 supports only one breakpoint per line, this + Because eric supports only one breakpoint per line, this method will return only one breakpoint. </p> <dl> @@ -261,7 +261,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Breakpoint or None, if there is no bp </dd> @@ -361,7 +361,7 @@ <dd> indicates type of watch (created or changed) </dd> -<dt><i>temporary=</i> (bool)</dt> +<dt><i>temporary</i> (bool)</dt> <dd> flag for temporary watches </dd> @@ -423,7 +423,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of watch expression and a flag to indicate, that a temporary watch expression may be deleted @@ -450,7 +450,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the watch point </dd>