Skip to content

Commit a81a2db

Browse files
committed
fix typo in example comment
1 parent a08f833 commit a81a2db

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)