DebugClients/Python/DebugClientBase.py

changeset 4370
54dbb658f9e6
parent 4366
9445c7cb991f
child 4385
599681bf149a
diff -r 4ef6ecc62a9d -r 54dbb658f9e6 DebugClients/Python/DebugClientBase.py
--- a/DebugClients/Python/DebugClientBase.py	Sun Aug 16 15:02:46 2015 +0200
+++ b/DebugClients/Python/DebugClientBase.py	Sun Aug 16 15:34:40 2015 +0200
@@ -1184,7 +1184,7 @@
         
         @param signalNumber number of the signal to be handled
         @type int
-        @param stack frame current stack frame
+        @param stackFrame current stack frame
         @type frame object
         """
         if signalNumber == signal.SIGABRT:

eric ide

mercurial