From a81a2db5a1d0ae589a5ccfa1a3b3398e491cb89b Mon Sep 17 00:00:00 2001 From: foamyguy Date: Sat, 13 Feb 2021 06:31:23 -0600 Subject: [PATCH] fix typo in example comment --- examples/display_text_background_color.py | 2 +- examples/display_text_background_color_padding.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/display_text_background_color.py b/examples/display_text_background_color.py index 35607b7..542ca9b 100644 --- a/examples/display_text_background_color.py +++ b/examples/display_text_background_color.py @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT """ -This examples shows the use color and background_color +This example shows the use color and background_color """ import time import board diff --git a/examples/display_text_background_color_padding.py b/examples/display_text_background_color_padding.py index 6c09006..7968e47 100755 --- a/examples/display_text_background_color_padding.py +++ b/examples/display_text_background_color_padding.py @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT """ -This examples shows the use color and background_color +This example shows the use color and background_color """ import time import board