Thu, 17 Apr 2025 18:15:44 +0200
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 = {}