src/eric7/MicroPython/MicroPythonSerialPort.py

branch
eric7
changeset 11188
413f6ff459ab
parent 11090
f5f5f5803935
diff -r d21d54be6c80 -r 413f6ff459ab src/eric7/MicroPython/MicroPythonSerialPort.py
--- a/src/eric7/MicroPython/MicroPythonSerialPort.py	Sun Mar 23 14:55:33 2025 +0100
+++ b/src/eric7/MicroPython/MicroPythonSerialPort.py	Mon Mar 24 14:15:39 2025 +0100
@@ -97,8 +97,8 @@
         Public method to read data until an expected sequence is found
         (default: \n) or a specific size is exceeded.
 
-        @param expected expected bytes sequence
-        @type bytes
+        @param expected expected bytes sequence (defaults to \n)
+        @type bytes (optional)
         @param size maximum data to be read (defaults to None)
         @type int (optional)
         @param timeout timeout in milliseconds (0 for configured default)

eric ide

mercurial