8000 Delete trailing whitespace · dastels/circuitpython@554cc35 · GitHub
[go: up one dir, main page]

Skip to content

Commit 554cc35

Browse files
committed
Delete trailing whitespace
1 parent 7b6d805 commit 554cc35

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
@@ -230,7 +230,7 @@ MP_DEFINE_CONST_FUN_OBJ_2(displayio_display_show_obj, displayio_display_obj_show
230230
//| When auto refresh is off, `refresh()` or `refresh(target_frames_per_second=None)` will update
231231
//| the display immediately.
232232
//|
233-
//| :param int target_frames_per_second: How many times a second `refresh` should be called
233+
//| :param int target_frames_per_second: How many times a second `refresh` should be called
234234
//| and the screen updated. Set to `None` for immediate refresh.
235235
//| :param int minimum_frames_per_second: The minimum number of times the screen should be updated per second."""
236236
//| ...

0 commit comments

Comments
 (0)
0