Skip to content

Commit 4d4d6a5

Browse files
brentrubrentru
brentru
authored and
brentru
committed
fix docstring
1 parent b05c17c commit 4d4d6a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_minimqtt.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ class MQTT:
9090
:param str client_id: Optional client identifier, defaults to a unique, generated string.
9191
:param bool is_ssl: Sets a secure or insecure connection with the broker.
9292
:param bool log: Attaches a logger to the MQTT client, defaults to logging level INFO.
93-
:param int keep_alive: KeepAlive interval between the broker and the
94-
MiniMQTT client, in seconds.
93+
:param int keep_alive: KeepAlive interval between the broker and the MiniMQTT client.
9594
"""
9695
# pylint: disable=too-many-arguments,too-many-instance-attributes, not-callable, invalid-name, no-member
9796
def __init__(self, socket, broker, port=None, username=None,

0 commit comments

Comments
 (0)