--- a/Debugger/DebuggerInterfacePython3.py Sat Jan 22 13:47:31 2011 +0100 +++ b/Debugger/DebuggerInterfacePython3.py Sat Jan 22 17:51:26 2011 +0100 @@ -345,7 +345,7 @@ """ Public slot to handle a new connection. - @param sockreference to the socket object (QTcpSocket) + @param sock reference to the socket object (QTcpSocket) @return flag indicating success (boolean) """ # If we already have a connection, refuse this one. It will be closed @@ -944,4 +944,4 @@ if self.qsock is not None: self.qsock.write(cmd.encode('utf8', 'backslashreplace')) else: - self.queue.append(cmd) \ No newline at end of file + self.queue.append(cmd)