Skip to content

Commit d0f32a3

Browse files
author
brentru
committed
unsub shorten
1 parent ecdf956 commit d0f32a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,8 +722,7 @@ def subscribe(self, topic, qos=0):
722722

723723
def unsubscribe(self, topic):
724724
"""Unsubscribes from a MQTT topic.
725-
:param str,list topic: Unique MQTT topic identifier string or a list
726-
of tuples, where each tuple contains an MQTT topic identier string.
725+
:param str,list topic: Unique MQTT topic identifier string or list.
727726
728727
"""
729728
topics = None

0 commit comments

Comments
 (0)