Skip to content

Commit bf84e13

Browse files
committed
fix a typo
1 parent 674b7af commit bf84e13

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
@@ -213,7 +213,7 @@ MP_PROPERTY_GETSET(supervisor_runtime_rgb_status_brightness_obj,
213213
//|
214214
//| If the board has a display that is hard coded, or that was explicitly set
215215
//| in boot.py or code.py (including a previous run of code.py), it is
216-
//| available here until it is released with ``displayio.releasee_displays()``.
216+
//| available here until it is released with ``displayio.release_displays()``.
217217
//|
218218
//| The display can be of any supported display type, such as `busdisplay.BusDisplay`.
219219
//|

0 commit comments

Comments
 (0)