This commit is contained in:
Dave Astels 2019-08-20 10:03:36 -04:00
parent 7a235f3746
commit 2b7897cded
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ mp_obj_t array_subscr(mp_obj_t self_in, mp_obj_t index_in, mp_obj_t value);
//| .. method:: fill_row(y, buffer)
//|
//| Extract the pixels fro a single row
//| Extract the pixels from a single row
//|
//| :param int y: The top edge of the area
//| :param bytearray buffer: The buffer in which to place the pixel data