src/eric7/MicroPython/Devices/DeviceBase.py

branch
eric7
changeset 10428
a071d4065202
parent 10329
a389b06170d2
child 10439
21c28b0f9e41
diff -r 3733e2b23cf7 -r a071d4065202 src/eric7/MicroPython/Devices/DeviceBase.py
--- a/src/eric7/MicroPython/Devices/DeviceBase.py	Wed Dec 20 11:06:38 2023 +0100
+++ b/src/eric7/MicroPython/Devices/DeviceBase.py	Wed Dec 20 14:58:58 2023 +0100
@@ -1425,7 +1425,7 @@
         @param packages list of package names
         @type list of str
         @return tuple containing the command output and errors
-        @return tuple of (str, str)
+        @rtype  tuple of (str, str)
         """
         command = """
 def upip_install():
@@ -1454,7 +1454,7 @@
         @param mpy flag indicating to install as '.mpy' file (defaults to True)
         @type bool (optional)
         @return tuple containing the command output and errors
-        @return tuple of (str, str)
+        @rtype tuple of (str, str)
         """
         parameterStr = repr(package)
         if index:

eric ide

mercurial