Skip to content

Commit c333e61

Browse files
authored
small wording change
1 parent 6e8031f commit c333e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/supervisor/Runtime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ MP_PROPERTY_GETSET(supervisor_runtime_ble_workflow_obj,
189189
//| next_stack_limit: int
190190
//| """The size of the stack for the next vm run. If its too large, the default will be used.
191191
//|
192-
//| **Limitations**: Stack size is fixed at startup on ``espressif`` port and this will have no effect.
192+
//| **Limitations**: Stack size is fixed at startup on the ``espressif`` port; setting this will have no effect.
193193
//| """
194194
STATIC mp_obj_t supervisor_runtime_get_next_stack_limit(mp_obj_t self) {
195195
return mp_obj_new_int(get_next_stack_size());

0 commit comments

Comments
 (0)