diff -r ecf67e07b6e0 -r 72b88fb20261 eric6/DebugClients/Python/BreakpointWatch.py --- a/eric6/DebugClients/Python/BreakpointWatch.py Sat Dec 19 15:06:20 2020 +0100 +++ b/eric6/DebugClients/Python/BreakpointWatch.py Sat Dec 19 15:22:26 2020 +0100 @@ -37,9 +37,9 @@ @type str @param lineno line number of the breakpoint @type int - @keyparam temporary flag to indicate a temporary breakpoint + @param temporary flag to indicate a temporary breakpoint @type bool - @keyparam cond Python expression which dynamically enables this bp + @param cond Python expression which dynamically enables this bp @type str """ filename = os.path.abspath(filename) @@ -198,7 +198,7 @@ @type code object @param flag indicates type of watch (created or changed) @type str - @keyparam temporary flag for temporary watches + @param temporary flag for temporary watches @type bool """ # Should not occur