Skip to content

Commit 918d30c

Browse files
authored
Rephrase the doc
1 parent 90a09db commit 918d30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/supervisor/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ MP_DEFINE_CONST_FUN_OBJ_1(supervisor_set_rgb_status_brightness_obj, supervisor_s
9898

9999
//| .. method:: reload()
100100
//|
101-
//| Reload the microcontroller (equivalent to hitting Ctrl-D at the REPL).
101+
//| Reload the main Python code and run it (equivalent to hitting Ctrl-D at the REPL).
102102
//|
103103
STATIC mp_obj_t supervisor_reload(void) {
104104
reload_requested = true;

0 commit comments

Comments
 (0)