You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// print a general help message. Translate only works on single strings on one line.
178
178
mp_cprintf(MP_PYTHON_PRINTER,
179
-
translate("Welcome to Adafruit CircuitPython %s!\n\nPlease visit learn.adafruit.com/category/circuitpython for project guides.\n\nTo list built-in modules please do `help(\"modules\")`.\n"),
179
+
translate("Welcome to Adafruit CircuitPython %s!\n\nVisit circuitpython.org for more information.\n\nTo list built-in modules type `help(\"modules\")`.\n"),
180
180
MICROPY_GIT_TAG);
181
181
} else {
182
182
// try to print something sensible about the given object
0 commit comments