Corrected a typo. eric7

Thu, 16 Mar 2023 12:04:14 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 16 Mar 2023 12:04:14 +0100
branch
eric7
changeset 9908
761301a784f3
parent 9907
2b638931707c
child 9909
439f312e9c14

Corrected a typo.

src/eric7/MicroPython/Devices/RP2040Devices.py file | annotate | diff | comparison | revisions
--- 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