8000 fix a typo · jepler/circuitpython@bf84e13 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0