eric6/MicroPython/MicroPythonDevices.py

branch
micropython
changeset 7134
21d23ca51680
parent 7129
3cc19aec959a
child 7145
ceb3e8b242c1
--- 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
         """

eric ide

mercurial