diff options
author | Damien George <damien.p.george@gmail.com> | 2015-10-12 00:06:25 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-10-12 00:06:25 +0100 |
commit | 0334058fa43a8ac7c689007f5824510c2927c5cc (patch) | |
tree | 0abd0f6efd70aa922d0cb14a8c06c38bc957b276 /cc3200/misc/help.c | |
parent | 6206f431cf50741f633762dac185421e4c4f1a0d (diff) | |
download | micropython-0334058fa43a8ac7c689007f5824510c2927c5cc.tar.gz micropython-0334058fa43a8ac7c689007f5824510c2927c5cc.zip |
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
Diffstat (limited to 'cc3200/misc/help.c')
-rw-r--r-- | cc3200/misc/help.c | 2 |
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"; |