Skip to content

Commit 83c4a32

Browse files
committed
wrap the line
1 parent 104de0b commit 83c4a32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ class MQTT:
131131
:param socket socket_pool: A pool of socket resources available for the given radio.
132132
:param ssl_context: SSL context for long-lived SSL connections.
133133
:param bool use_binary_mode: Messages are passed as bytearray instead of string to callbacks.
134-
:param int socket_timeout: How often to check socket state for read/write/connect operations, in seconds.
134+
:param int socket_timeout: How often to check socket state for read/write/connect operations,
135+
in seconds.
135136
136137
"""
137138

0 commit comments

Comments
 (0)