src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html

branch
eric7
changeset 10553
c5ef3ec68b75
parent 10479
856476537696
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html	Wed Feb 07 15:28:08 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html	Wed Feb 07 15:30:12 2024 +0100
@@ -529,16 +529,16 @@
 </dl>
 <a NAME="DebuggerInterfacePython.__writeJsonCommandToSocket" ID="DebuggerInterfacePython.__writeJsonCommandToSocket"></a>
 <h4>DebuggerInterfacePython.__writeJsonCommandToSocket</h4>
-<b>__writeJsonCommandToSocket</b>(<i>cmd, sock</i>)
+<b>__writeJsonCommandToSocket</b>(<i>jsonCommand, sock</i>)
 <p>
         Private method to write a JSON command to the socket.
 </p>
 
 <dl>
 
-<dt><i>cmd</i> (str)</dt>
+<dt><i>jsonCommand</i> (str)</dt>
 <dd>
-JSON command to be sent
+JSON encoded command to be sent
 </dd>
 <dt><i>sock</i> (QTcpSocket)</dt>
 <dd>

eric ide

mercurial