From 0334058fa43a8ac7c689007f5824510c2927c5cc Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 12 Oct 2015 00:06:25 +0100 Subject: Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc. --- stmhal/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/help.c') diff --git a/stmhal/help.c b/stmhal/help.c index 2a86a9785..32837972f 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" -- cgit v1.2.3