Skip to content

Commit 5dbfe90

Browse files
author
brentru
committed
docstring again
1 parent 91faed7 commit 5dbfe90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,8 +723,8 @@ 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
727+
string.
728728
729729
"""
730730
topics = None

0 commit comments

Comments
 (0)