Skip to content

Commit 182c913

Browse files
committed
code format
1 parent b702dbb commit 182c913

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_simple_text_display.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ def __init__(
108108
library. For example, if you import the library as
109109
``from adafruit_simple_text_display import SimpleTextDisplay``, you can indicate the
110110
colors as follows: ``colors=(SimpleTextDisplay.WHITE, SimpleTextDisplay.RED)``.
111-
:param ~busdisplay.BusDisplay|None display: The display object. Defaults to assuming a built-in
112-
display. To use with an external display, instantiate the display object and provide it
113-
here. Defaults to ``board.DISPLAY``.
111+
:param ~busdisplay.BusDisplay|None display: The display object. Defaults to assuming
112+
a built-in display. To use with an external display, instantiate the display
113+
object and provide it here. Defaults to ``board.DISPLAY``.
114114
115115
This example displays two lines with temperature data in C and F on the display.
116116
Remember to call `show()` after the list to update the display.

0 commit comments

Comments
 (0)