Skip to content

Commit 3af0502

Browse files
committed
adjust docstring
1 parent 7191b1b commit 3af0502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_io/adafruit_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def send_group_data(
643643
644644
:param str group_key: Adafruit IO feed key
645645
:param list feeds_and_data: A list of dicts, with feed "key" and "value" entries
646-
:param dict metadata: Optional metadata associated with the data e.g. created_at, lat, lon, ele
646+
:param dict metadata: Optional metadata for the data e.g. created_at, lat, lon, ele
647647
"""
648648
validate_feed_key(group_key)
649649
path = self._compose_path("groups/{0}/data".format(group_key))

0 commit comments

Comments
 (0)