Modified docs to try to pass sphinx build

This commit is contained in:
Kevin Matocha 2020-09-01 15:02:37 -05:00
parent c6529daac5
commit 649a955a74
1 changed files with 1 additions and 2 deletions

View File

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