src/eric7/MicroPython/Devices/MicrobitDevices.py

branch
eric7
changeset 11225
b28460e1877e
parent 11222
42441412dc29
--- a/src/eric7/MicroPython/Devices/MicrobitDevices.py	Thu Apr 17 18:15:32 2025 +0200
+++ b/src/eric7/MicroPython/Devices/MicrobitDevices.py	Thu Apr 17 18:15:44 2025 +0200
@@ -1024,7 +1024,7 @@
             return super()._boardInformationCommands()
         else:
             # These are a subset of the generic ones.
-            return [  # needs to be splitted for boards with low memory
+            return [  # needs to be split for boards with low memory
                 """def get_board_info():
     res = {}
 

eric ide

mercurial