eric6/DebugClients/Python/BreakpointWatch.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7960
e8fc383322f7
child 8273
698ae46f40a4
--- a/eric6/DebugClients/Python/BreakpointWatch.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/DebugClients/Python/BreakpointWatch.py	Mon Feb 01 10:38:16 2021 +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)
@@ -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
@@ -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

eric ide

mercurial