Skip to content

Commit 2b7897c

Browse files
committed
Fix typo
1 parent 7a235f3 commit 2b7897c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-bindings/displayio/Display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ mp_obj_t array_subscr(mp_obj_t self_in, mp_obj_t index_in, mp_obj_t value);
379379

380380
//| .. method:: fill_row(y, buffer)
381381
//|
382-
//| Extract the pixels fro a single row
382+
//| Extract the pixels from a single row
383383
//|
384384
//| :param int y: The top edge of the area
385385
//| :param bytearray buffer: The buffer in which to place the pixel data

0 commit comments

Comments
 (0)