summaryrefslogtreecommitdiff
path: root/docs/wipy/tutorial/repl.rst
diff options
context:
space:
mode:
authorMike Causer <mcauser@gmail.com>2017-12-03 22:42:50 +1100
committerDamien George <damien.p.george@gmail.com>2019-02-12 15:18:33 +1100
commit812969d615e130bef7e525553dbb7b01c27191ea (patch)
tree36ce525c5dacb1e3d2e5b8e1120be2817439384e /docs/wipy/tutorial/repl.rst
parentd976e4f5e805ae7678dac9553846b738f80ba79e (diff)
all: Change PYB message prefix to MPY.
Replaces "PYB: soft reboot" with "MPY: soft reboot", etc. Having a consistent prefix across ports reduces the difference between ports, which is a general goal. And this change won't break pyboard.py because that tool only looks for "soft reboot".
Diffstat (limited to 'docs/wipy/tutorial/repl.rst')
-rw-r--r--docs/wipy/tutorial/repl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/wipy/tutorial/repl.rst b/docs/wipy/tutorial/repl.rst
index e25e0472c..8c60e2c1d 100644
--- a/docs/wipy/tutorial/repl.rst
+++ b/docs/wipy/tutorial/repl.rst
@@ -120,7 +120,7 @@ If something goes wrong, you can reset the board in two ways. The first is to pr
at the MicroPython prompt, which performs a soft reset. You will see a message something like::
>>>
- PYB: soft reboot
+ MPY: soft reboot
MicroPython v1.4.6-146-g1d8b5e5 on 2015-10-21; WiPy with CC3200
Type "help()" for more information.
>>>