From 2b7897cdeddd2651996fc1c3afff060a42d1609b Mon Sep 17 00:00:00 2001 From: Dave Astels Date: Tue, 20 Aug 2019 10:03:36 -0400 Subject: Fix typo --- shared-bindings/displayio/Display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-bindings/displayio/Display.c b/shared-bindings/displayio/Display.c index b14533ab2..4ae3687b3 100644 --- a/shared-bindings/displayio/Display.c +++ b/shared-bindings/displayio/Display.c @@ -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 -- cgit v1.2.3