Debugger/BreakPointModel.py

changeset 2988
f53c03574697
parent 2953
703452a2876f
child 3021
801289962f4e
child 3057
10516539f238
diff -r c99695c0f13a -r f53c03574697 Debugger/BreakPointModel.py
--- a/Debugger/BreakPointModel.py	Sun Oct 06 18:02:21 2013 +0200
+++ b/Debugger/BreakPointModel.py	Sun Oct 06 19:00:04 2013 +0200
@@ -178,7 +178,7 @@
         else:
             return False
     
-    ############################################################################
+    ###########################################################################
     
     def addBreakPoint(self, fn, line, properties):
         """
@@ -283,7 +283,8 @@
 
     def getBreakPointIndex(self, fn, lineno):
         """
-        Public method to get the index of a breakpoint given by filename and line number.
+        Public method to get the index of a breakpoint given by filename and
+        line number.
         
         @param fn filename of the breakpoint (string)
         @param lineno line number of the breakpoint (integer)

eric ide

mercurial