We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104de0b commit 83c4a32Copy full SHA for 83c4a32
adafruit_minimqtt/adafruit_minimqtt.py
@@ -131,7 +131,8 @@ class MQTT:
131
:param socket socket_pool: A pool of socket resources available for the given radio.
132
:param ssl_context: SSL context for long-lived SSL connections.
133
: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.
+ :param int socket_timeout: How often to check socket state for read/write/connect operations,
135
+ in seconds.
136
137
"""
138
0 commit comments