From 812969d615e130bef7e525553dbb7b01c27191ea Mon Sep 17 00:00:00 2001 From: Mike Causer Date: Sun, 3 Dec 2017 22:42:50 +1100 Subject: 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". --- docs/reference/repl.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/reference') diff --git a/docs/reference/repl.rst b/docs/reference/repl.rst index 1eccb9a88..0c6f04b7c 100644 --- a/docs/reference/repl.rst +++ b/docs/reference/repl.rst @@ -174,8 +174,8 @@ variables no longer exist: .. code-block:: python - PYB: sync filesystems - PYB: soft reboot + MPY: sync filesystems + MPY: soft reboot MicroPython v1.5-51-g6f70283-dirty on 2015-10-30; PYBv1.0 with STM32F405RG Type "help()" for more information. >>> dir() -- cgit v1.2.3