src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWebreplSocket.html

branch
eric7
changeset 10229
e50bbf250343
parent 10015
9352f33732ae
child 10428
a071d4065202
diff -r 74c6150aa745 -r e50bbf250343 src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWebreplSocket.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWebreplSocket.html	Thu Oct 05 17:07:35 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWebreplSocket.html	Fri Oct 06 15:52:33 2023 +0200
@@ -176,13 +176,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success
+flag indicating success and an error message
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-bool
+tuple of (bool, str)
 </dd>
 </dl>
 <a NAME="MicroPythonWebreplSocket.disconnect" ID="MicroPythonWebreplSocket.disconnect"></a>
@@ -242,13 +242,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a successful login
+flag indicating a successful login and an error indication
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-bool
+tuple of (bool, str)
 </dd>
 </dl>
 <a NAME="MicroPythonWebreplSocket.readAll" ID="MicroPythonWebreplSocket.readAll"></a>

eric ide

mercurial