Skip to content

Commit ecdf956

Browse files
author
brentru
committed
shorten line
1 parent 53c8ea4 commit ecdf956

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -664,10 +664,11 @@ def subscribe(self, topic, qos=0):
664664
This method can subscribe to one topics or multiple topics.
665665
666666
:param str,tuple,list topic: Unique MQTT topic identifier string. If
667-
this is a `tuple`, then the tuple should contain topic identifier
668-
string and qos level integer. If this is a `list`, then each list
669-
element should be a tuple containing a topic identifier string and
670-
qos level integer.
667+
this is a `tuple`, then the tuple should
668+
contain topic identifier string and qos
669+
level integer. If this is a `list`, then
670+
each list element should be a tuple containing
671+
a topic identifier string and qos level integer.
671672
:param int qos: Quality of Service level for the topic, defaults to
672673
zero. Conventional options are ``0`` (send at most once), ``1``
673674
(send at least once), or ``2`` (send exactly once).

0 commit comments

Comments
 (0)