Skip to content

Commit f732a15

Browse files
author
brentru
committed
fix indentation:
1 parent 094c2f8 commit f732a15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,7 @@ def connect(self, clean_session=True, host=None, port=None, keep_alive=None):
450450
:param bool clean_session: Establishes a persistent session.
451451
:param str host: Hostname or IP address of the remote broker.
452452
:param int port: Network port of the remote broker.
453-
:param int keep_alive: Maximum period allowed for communication
454-
with the broker, in seconds
453+
:param int keep_alive: Maximum period allowed for communication, in seconds.
455454
456455
"""
457456
if host:

0 commit comments

Comments
 (0)