Skip to content

Commit d2e3820

Browse files
authored
Merge pull request #231 from adafruit/Neradoc-patch-1
fix OutlinedLabel name
2 parents d7763e4 + 7b013ab commit d2e3820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_text/outlined_label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"outlined_label.OutlinedLabel is deprecated, adafruit_display_text.bitmap_label.Label"
1010
" now supports outline functionality with the same API, it should be used instead."
1111
)
12-
OutlineLabel = BitmapLabel
12+
OutlinedLabel = BitmapLabel

0 commit comments

Comments
 (0)