Debugger/DebuggerInterfacePython3.py

changeset 859
029eb068fd7b
parent 791
9ec2ac20e54e
child 945
8cd4d08fa9f6
child 1077
1b188056eaec
diff -r 5d0365bc0272 -r 029eb068fd7b Debugger/DebuggerInterfacePython3.py
--- 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)

eric ide

mercurial