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. --- teensy/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'teensy/help.c') diff --git a/teensy/help.c b/teensy/help.c index 38a8d550f..d8fe3a1d9 100644 --- a/teensy/help.c +++ b/teensy/help.c @@ -29,7 +29,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