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