summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Matocha <kmatocha@icloud.com>2020-09-01 15:02:37 -0500
committerKevin Matocha <kmatocha@icloud.com>2020-09-01 15:02:37 -0500
commit649a955a74ec8206dfb53511e7a2e6a679968648 (patch)
tree6b20280b4912d301c7fa27c1c32201325806323d
parentc6529daac576aa3492abef2073b7e597c3ffee5d (diff)
Modified docs to try to pass sphinx build
-rw-r--r--shared-bindings/displayio/Display.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shared-bindings/displayio/Display.c b/shared-bindings/displayio/Display.c
index 3df36d1bd..9b63e4fec 100644
--- a/shared-bindings/displayio/Display.c
+++ b/shared-bindings/displayio/Display.c
@@ -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."""
//| ...
//|