Add hanging tab to doc

This commit is contained in:
Kevin Matocha 2020-09-01 14:36:43 -05:00
parent e14de38528
commit f5015e4485

View File

@ -231,7 +231,7 @@ MP_DEFINE_CONST_FUN_OBJ_2(displayio_display_show_obj, displayio_display_obj_show
//| the display immediately. //| the display immediately.
//| //|
//| :param int target_frames_per_second: How many times a second `refresh` should be called and the screen updated. //| :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. //| Set to None for immediate refresh.
//| :param int minimum_frames_per_second: The minimum number of times the screen should be updated per second.""" //| :param int minimum_frames_per_second: The minimum number of times the screen should be updated per second."""
//| ... //| ...
//| //|