Skip to content

Commit e2b8e16

Browse files
authored
Merge pull request #6 from terop/fix_doc_typo
Fix incorrect class name in SimpleTextDisplay documentation
2 parents 4652367 + 5159fb0 commit e2b8e16

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
@@ -100,7 +100,7 @@ def __init__(
100100
setup, it would alternate white and red. You can also use the colors built into the
101101
library. For example, if you import the library as
102102
``from adafruit_simple_text_display import SimpleTextDisplay``, you can indicate the
103-
colors as follows: ``colors=(SimpleDisplayText.WHITE, SimpleDisplayText.RED)``.
103+
colors as follows: ``colors=(SimpleTextDisplay.WHITE, SimpleTextDisplay.RED)``.
104104
:param None,~displayio.Display display: The display object. Defaults to assuming a built-in
105105
display. To use with an external display, instantiate the display object and provide it
106106
here. Defaults to ``board.DISPLAY``.

0 commit comments

Comments
 (0)