Skip to content

Commit 49ca671

Browse files
author
brentru
committed
docstring again2
1 parent 5dbfe90 commit 49ca671

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
@@ -723,8 +723,7 @@ def subscribe(self, topic, qos=0):
723723
def unsubscribe(self, topic):
724724
"""Unsubscribes from a MQTT topic.
725725
:param str,list topic: Unique MQTT topic identifier string or a list
726-
of tuples, where each tuple contains an MQTT topic identier
727-
string.
726+
of tuples, where each tuple contains an MQTT topic identier string.
728727
729728
"""
730729
topics = None

0 commit comments

Comments
 (0)