Corrected a typo. eric7

Thu, 17 Apr 2025 18:15:44 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 17 Apr 2025 18:15:44 +0200
branch
eric7
changeset 11225
b28460e1877e
parent 11224
65b341cfab55
child 11226
84cbcddd7d10

Corrected a typo.

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