Skip to content

Commit 64498ce

Browse files
kattnidhalbert
andauthored
Update documentation.
Thanks for the suggestion! Co-authored-by: Dan Halbert <[email protected]>
1 parent f9a006e commit 64498ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_dash_display.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ class Hub: # pylint: disable=too-many-instance-attributes
128128
"""
129129
Object that lets you make an IOT dashboard
130130
131-
:param display: The display object.
132-
:param io: The io object.
133-
:param nav: The navigation buttons.
131+
:param displayio.Display display: The display for the dashboard.
132+
:param IO_MQTT io_mqtt: MQTT communications object.
133+
:param Tuple[DigitalInOut, ...] nav: The navigation pushbuttons.
134134
"""
135135

136136
def __init__(

0 commit comments

Comments
 (0)