Skip to content

Commit 79e58f6

Browse files
committed
improve wording
1 parent 4ae6820 commit 79e58f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class MQTT:
124124
"""MQTT Client for CircuitPython.
125125
126126
: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,
127+
:param int port: Optional port definition, defaults to MQTT_TLS_PORT if is_ssl is True,
128128
MQTT_TCP_PORT otherwise.
129129
:param str username: Username for broker authentication.
130130
:param str password: Password for broker authentication.

0 commit comments

Comments
 (0)