--- a/eric6/MicroPython/MicroPythonDevices.py Mon Aug 12 14:55:08 2019 +0200 +++ b/eric6/MicroPython/MicroPythonDevices.py Tue Aug 13 15:51:35 2019 +0200 @@ -132,7 +132,7 @@ @param deviceType type of the device interface @type str @param microPythonWidget reference to the main MicroPython widget - @type MicroPythonReplWidget + @type MicroPythonWidget @return instantiated device interface @rtype MicroPythonDevice """ @@ -159,7 +159,7 @@ Constructor @param microPythonWidget reference to the main MicroPython widget - @type MicroPythonReplWidget + @type MicroPythonWidget @param parent reference to the parent object @type QObject """