diff options
| author | Dave Astels <dastels@daveastels.com> | 2019-08-20 10:03:36 -0400 |
|---|---|---|
| committer | Dave Astels <dastels@daveastels.com> | 2019-08-20 10:03:36 -0400 |
| commit | 2b7897cdeddd2651996fc1c3afff060a42d1609b (patch) | |
| tree | 4776976fc94192ff0c36bf981ed0833538b9b1c8 /shared-bindings/displayio | |
| parent | 7a235f3746291d2cf8d11f52e7d211b98d535f98 (diff) | |
Fix typo
Diffstat (limited to 'shared-bindings/displayio')
| -rw-r--r-- | shared-bindings/displayio/Display.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
