diff -r dee6e106b4d3 -r 15e30f0c76a8 src/eric7/MicroPython/Devices/EspDevices.py --- a/src/eric7/MicroPython/Devices/EspDevices.py Mon Feb 24 15:11:18 2025 +0100 +++ b/src/eric7/MicroPython/Devices/EspDevices.py Mon Feb 24 15:43:49 2025 +0100 @@ -639,7 +639,7 @@ # The machine.RTC.init() (ESP32) and machine.rtc.datetime() (ESP8266) functions # take the arguments in the order: # (year, month, day, weekday, hour, minute, second, subseconds) - # __IGNORE_WARNING_M891__ + # __IGNORE_WARNING_M-891__ # https://docs.micropython.org/en/latest/library/machine.RTC.html#machine-rtc # # LoBo variant of MPy deviates.