Skip to content

Commit 913c82e

Browse files
authored
Merge pull request #119 from FoamyGuy/typo_fix
fix typo in example comment
2 parents f45b71b + a81a2db commit 913c82e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/display_text_background_color.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33

44
"""
5-
This examples shows the use color and background_color
5+
This example shows the use color and background_color
66
"""
77
import time
88
import board

examples/display_text_background_color_padding.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33

44
"""
5-
This examples shows the use color and background_color
5+
This example shows the use color and background_color
66
"""
77
import time
88
import board

0 commit comments

Comments
 (0)