src/eric7/MicroPython/Devices/RP2040Devices.py

branch
eric7
changeset 9908
761301a784f3
parent 9888
f76eeb80907b
child 9989
286c2a21f36f
--- a/src/eric7/MicroPython/Devices/RP2040Devices.py	Thu Mar 16 12:03:59 2023 +0100
+++ b/src/eric7/MicroPython/Devices/RP2040Devices.py	Thu Mar 16 12:04:14 2023 +0100
@@ -178,7 +178,7 @@
 
     def __createRP2040Menu(self):
         """
-        Private method to create the RO2040 submenu.
+        Private method to create the RP2040 submenu.
         """
         self.__rp2040Menu = QMenu(self.tr("RP2040 Functions"))
 

eric ide

mercurial