summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/help.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-10-12 00:06:25 +0100
committerDamien George <damien.p.george@gmail.com>2015-10-12 00:06:25 +0100
commit0334058fa43a8ac7c689007f5824510c2927c5cc (patch)
tree0abd0f6efd70aa922d0cb14a8c06c38bc957b276 /stmhal/help.c
parent6206f431cf50741f633762dac185421e4c4f1a0d (diff)
downloadmicropython-0334058fa43a8ac7c689007f5824510c2927c5cc.tar.gz
micropython-0334058fa43a8ac7c689007f5824510c2927c5cc.zip
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
Diffstat (limited to 'stmhal/help.c')
-rw-r--r--stmhal/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/help.c b/stmhal/help.c
index 2a86a97855..32837972f0 100644
--- a/stmhal/help.c
+++ b/stmhal/help.c
@@ -30,7 +30,7 @@
#include "py/obj.h"
STATIC const char *help_text =
-"Welcome to Micro Python!\n"
+"Welcome to MicroPython!\n"
"\n"
"For online help please visit http://micropython.org/help/.\n"
"\n"