Skip to content

Commit 23bb0bd

Browse files
amit-sidestannewt
andauthored
Improved documentation
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 24fcc3f commit 23bb0bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-bindings/displayio/EPaperDisplay.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ STATIC mp_obj_t displayio_epaperdisplay_obj_show(mp_obj_t self_in, mp_obj_t grou
218218
MP_DEFINE_CONST_FUN_OBJ_2(displayio_epaperdisplay_show_obj, displayio_epaperdisplay_obj_show);
219219

220220
//| def update_refresh_mode(self, start_sequence: ReadableBuffer, seconds_per_frame: float = 180) -> None:
221-
//| """Sets the ``start_sequence`` and ``seconds_per_frame`` parameters to enable
222-
//| quicker refresh modes of the display."""
221+
//| """Updates the ``start_sequence`` and ``seconds_per_frame`` parameters to enable
222+
//| varying the refresh mode of the display."""
223223
//|
224224
STATIC mp_obj_t displayio_epaperdisplay_update_refresh_mode(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args)
225225
{

0 commit comments

Comments
 (0)