Skip to content

Commit 4b9306a

Browse files
committed
Cleanup for sphinx
1 parent 554cc35 commit 4b9306a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shared-bindings/displayio/Display.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@ MP_DEFINE_CONST_FUN_OBJ_2(displayio_display_show_obj, displayio_display_obj_show
227227
//| When auto refresh is on, updates the display immediately. (The display will also update
228228
//| without calls to this.)
229229
//|
230-
//| When auto refresh is off, `refresh()` or `refresh(target_frames_per_second=None)` will update
230+
//| 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
234-
//| and the screen updated. Set to `None` for immediate refresh.
233+
//| :param int target_frames_per_second: How many times a second `refresh` should be called and the screen updated.
234+
//| 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
//| ...
237237
//|

0 commit comments

Comments
 (0)