Fix typo
This commit is contained in:
parent
7a235f3746
commit
2b7897cded
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue