DebugClients/Python3/DebugThread.py

branch
jsonrpc
changeset 5131
889ed5ff7a68
parent 4631
5c1a96925da4
--- a/DebugClients/Python3/DebugThread.py	Fri Sep 02 19:08:02 2016 +0200
+++ b/DebugClients/Python3/DebugThread.py	Sat Sep 03 18:01:19 2016 +0200
@@ -31,7 +31,7 @@
         @param targ the target method in the run thread
         @param args  arguments to be passed to the thread
         @param kwargs arguments to be passed to the thread
-        @param mainThread 0 if this thread is not the mainscripts thread
+        @param mainThread False if this thread is not the main script's thread
         """
         DebugBase.__init__(self, dbgClient)
         

eric ide

mercurial