diff -r fb9168c2e069 -r 8c48f5e0cd92 DebugClients/Python3/DebugThread.py --- a/DebugClients/Python3/DebugThread.py Thu Sep 15 21:49:13 2016 +0200 +++ b/DebugClients/Python3/DebugThread.py Sun Sep 18 21:35:53 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)