Skip to content

Commit ce33472

Browse files
[mqtt_client]: Fix docstring in subscribe_group
Fix param in the doc string of subscribe_group to use proper name. Trivial fix
1 parent 7f7d23f commit ce33472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_IO/mqtt_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def subscribe_group(self, group_id, qos=0):
219219
"""Subscribe to changes on the specified group. When the group is updated
220220
the on_message function will be called with the group_id and the new value.
221221
222-
:param str feed_id: The key of the feed to subscribe to.
222+
:param str group_id: The id of the group to subscribe to.
223223
:param int qos: The QoS to use when subscribing. Defaults to 0.
224224
225225
"""

0 commit comments

Comments
 (0)