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. --- tests/cmdline/repl_basic.py.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cmdline/repl_basic.py.exp') diff --git a/tests/cmdline/repl_basic.py.exp b/tests/cmdline/repl_basic.py.exp index 04887f44d9..1b4a497032 100644 --- a/tests/cmdline/repl_basic.py.exp +++ b/tests/cmdline/repl_basic.py.exp @@ -1,4 +1,4 @@ -Micro Python \.\+ version +MicroPython \.\+ version >>> # basic REPL tests >>> print(1) 1 -- cgit v1.2.3