diff -r 74c6150aa745 -r e50bbf250343 src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonSerialPort.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonSerialPort.html Thu Oct 05 17:07:35 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonSerialPort.html Fri Oct 06 15:52:33 2023 +0200 @@ -166,13 +166,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="MicroPythonSerialPort.readUntil" ID="MicroPythonSerialPort.readUntil"></a>