From e0625324a6b409a40611d0ddfb296398afcd36e8 Mon Sep 17 00:00:00 2001 From: Jasper Poppe Date: Tue, 30 Aug 2016 08:59:59 +0200 Subject: [PATCH] Fixed typo, Adafrtui -> Adafruit --- python/samples/image-draw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samples/image-draw.py b/python/samples/image-draw.py index b69fed0..a95570f 100755 --- a/python/samples/image-draw.py +++ b/python/samples/image-draw.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# (This is an example similar to an example from the Adafrtui fork +# (This is an example similar to an example from the Adafruit fork # to show the similarities. Most important difference currently is, that # this library wants RGB mode.) #