diff --git a/adafruit_display_text/outlined_label.py b/adafruit_display_text/outlined_label.py index 511f972..9d47600 100644 --- a/adafruit_display_text/outlined_label.py +++ b/adafruit_display_text/outlined_label.py @@ -9,4 +9,4 @@ "outlined_label.OutlinedLabel is deprecated, adafruit_display_text.bitmap_label.Label" " now supports outline functionality with the same API, it should be used instead." ) -OutlineLabel = BitmapLabel +OutlinedLabel = BitmapLabel