Skip to content

Commit 738f626

Browse files
authored
Code formatting in doc
1 parent 3cf7125 commit 738f626

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

shared-bindings/displayio/Display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ MP_PROPERTY_GETTER(displayio_display_bus_obj,
426426

427427
//| root_group: Group
428428
//| """The root group on the display.
429-
//| If the root group is set to displayio.CIRCUITPYTHON_TERMINAL, the default CircuitPython terminal will be shown.
429+
//| If the root group is set to `displayio.CIRCUITPYTHON_TERMINAL`, the default CircuitPython terminal will be shown.
430430
//| If the root group is set to ``None``, no output will be shown.
431431
//| """
432432
STATIC mp_obj_t displayio_display_obj_get_root_group(mp_obj_t self_in) {

shared-bindings/displayio/EPaperDisplay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ MP_PROPERTY_GETTER(displayio_epaperdisplay_bus_obj,
384384

385385
//| root_group: Group
386386
//| """The root group on the epaper display.
387-
//| If the root group is set to displayio.CIRCUITPYTHON_TERMINAL, the default CircuitPython terminal will be shown.
387+
//| If the root group is set to `displayio.CIRCUITPYTHON_TERMINAL`, the default CircuitPython terminal will be shown.
388388
//| If the root group is set to ``None``, no output will be shown.
389389
//| """
390390
//|

shared-bindings/framebufferio/FramebufferDisplay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(framebufferio_framebufferdisplay_fill_row_obj, 1, fra
324324

325325
//| root_group: displayio.Group
326326
//| """The root group on the display.
327-
//| If the root group is set to displayio.CIRCUITPYTHON_TERMINAL, the default CircuitPython terminal will be shown.
327+
//| If the root group is set to `displayio.CIRCUITPYTHON_TERMINAL`, the default CircuitPython terminal will be shown.
328328
//| If the root group is set to ``None``, no output will be shown.
329329
//| """
330330
//|

0 commit comments

Comments
 (0)