We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae6820 commit 79e58f6Copy full SHA for 79e58f6
adafruit_minimqtt/adafruit_minimqtt.py
@@ -124,7 +124,7 @@ class MQTT:
124
"""MQTT Client for CircuitPython.
125
126
:param str broker: MQTT Broker URL or IP Address.
127
- :param int port: Optional port definition, defaults to MQTT_TLS_PORT if is_ssl is set,
+ :param int port: Optional port definition, defaults to MQTT_TLS_PORT if is_ssl is True,
128
MQTT_TCP_PORT otherwise.
129
:param str username: Username for broker authentication.
130
:param str password: Password for broker authentication.
0 commit comments