summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/misc/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/misc/help.c')
-rw-r--r--cc3200/misc/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/misc/help.c b/cc3200/misc/help.c
index 0059a4002a..9bbd711a88 100644
--- a/cc3200/misc/help.c
+++ b/cc3200/misc/help.c
@@ -30,7 +30,7 @@
#include "py/mpconfig.h"
#include "py/obj.h"
-STATIC const char help_text[] = "Welcome to Micro Python!\n"
+STATIC const char help_text[] = "Welcome to MicroPython!\n"
"For online help please visit http://micropython.org/help/.\n"
"For further help on a specific object, type help(obj)\n";