summaryrefslogtreecommitdiff
path: root/teensy
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 /teensy
parent6206f431cf50741f633762dac185421e4c4f1a0d (diff)
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
Diffstat (limited to 'teensy')
-rw-r--r--teensy/README.md2
-rw-r--r--teensy/help.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/teensy/README.md b/teensy/README.md
index c240f0d5f..14a5e4a71 100644
--- a/teensy/README.md
+++ b/teensy/README.md
@@ -1,6 +1,6 @@
# Build Instructions for Teensy 3.1
-Currently the Teensy 3.1 port of Micro Python builds under Linux and not under Windows.
+Currently the Teensy 3.1 port of MicroPython builds under Linux and not under Windows.
The tool chain required for the build can be found at <https://launchpad.net/gcc-arm-embedded>.
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"