Rephrase the doc

This commit is contained in:
Scott Shawcroft 2018-05-16 16:28:43 -05:00 committed by GitHub
parent 90a09dba59
commit 918d30cb97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;