Skip to content

Commit 43425cb

Browse files
committed
Fix incorrect class name in SimpleTextDisplay documentation
1 parent e9e2fba commit 43425cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_simple_text_display.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def __init__( # pylint: disable=too-many-arguments
104104
the colors built into the library. For example, if you import the library
105105
as ``from adafruit_simple_text_display import SimpleTextDisplay``, you can
106106
indicate the colors as follows:
107-
``colors=(SimpleDisplayText.WHITE, SimpleDisplayText.RED)``.
107+
``colors=(SimpleTextDisplay.WHITE, SimpleTextDisplay.RED)``.
108108
:param display: The display object. Defaults to assuming a built-in display. To use with an
109109
external display, instantiate the display object and provide it here.
110110
Defaults to ``board.DISPLAY``.

0 commit comments

Comments
 (0)