Skip to content

Commit d224183

Browse files
committed
Delete trailing whitespace
1 parent 8256bf7 commit d224183

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
@@ -224,7 +224,7 @@ MP_DEFINE_CONST_FUN_OBJ_2(displayio_display_show_obj, displayio_display_obj_show
224224
//| If the time since the last successful refresh is below the minimum frame rate, then an
225225
//| exception will be raised. Set ``minimum_frames_per_second`` to 0 to disable.
226226
//|
227-
//| When auto refresh is off, ``display.refresh()`` or ``display.refresh(target_frames_per_second=None)``
227+
//| When auto refresh is off, ``display.refresh()`` or ``display.refresh(target_frames_per_second=None)``
228228
//| will update the display immediately.
229229
//|
230230
//| When auto refresh is on, updates the display immediately. (The display will also update

0 commit comments

Comments
 (0)