diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-05-16 16:28:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-16 16:28:43 -0500 |
| commit | 918d30cb97c8d15ad27c6a59f68c55dc211b425a (patch) | |
| tree | 46e9d0c368f4a9d496d3afa0bb1410d48974c903 /shared-bindings/supervisor | |
| parent | 90a09dba59e1e735ee463155527eee0c4026a98a (diff) | |
Rephrase the doc
Diffstat (limited to 'shared-bindings/supervisor')
| -rw-r--r-- | shared-bindings/supervisor/__init__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/supervisor/__init__.c b/shared-bindings/supervisor/__init__.c index b2b0c80d9..e6429be32 100644 --- a/shared-bindings/supervisor/__init__.c +++ b/shared-bindings/supervisor/__init__.c @@ -98,7 +98,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(supervisor_set_rgb_status_brightness_obj, supervisor_s //| .. method:: reload() //| -//| Reload the microcontroller (equivalent to hitting Ctrl-D at the REPL). +//| Reload the main Python code and run it (equivalent to hitting Ctrl-D at the REPL). //| STATIC mp_obj_t supervisor_reload(void) { reload_requested = true; |
