Debugger/BreakPointViewer.py

changeset 501
5c615a85241a
parent 476
121633976eca
child 564
b3d966393ba9
diff -r c3abc7895a01 -r 5c615a85241a Debugger/BreakPointViewer.py
--- a/Debugger/BreakPointViewer.py	Thu Aug 12 16:11:13 2010 +0200
+++ b/Debugger/BreakPointViewer.py	Thu Aug 12 16:43:33 2010 +0200
@@ -21,7 +21,7 @@
     Breakpoints will be shown with all their details. They can be modified through
     the context menu of this widget.
     
-    @signal sourceFile(string, int) emitted to show the source of a breakpoint
+    @signal sourceFile(str, int) emitted to show the source of a breakpoint
     """
     sourceFile = pyqtSignal(str, int)
     

eric ide

mercurial