Skip to content

Commit a89f1c8

Browse files
authored
Update Display.c
1 parent e8df829 commit a89f1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/displayio/Display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ MP_DEFINE_CONST_FUN_OBJ_2(displayio_display_show_obj, displayio_display_obj_show
237237
//| hopefully help getting caught up.
238238
//|
239239
//| If the time since the last successful refresh is below the minimum frame rate, then an
240-
//| exception will be raised. Set ``minimum_frames_per_second`` to 0 to disable.
240+
//| exception will be raised. The default ``minimum_frames_per_second`` of 0 disables this behavior.
241241
//|
242242
//| When auto refresh is off, ``display.refresh()`` or ``display.refresh(target_frames_per_second=None)``
243243
//| will update the display immediately.

0 commit comments

Comments
 (0)