Skip to content

Commit 675a687

Browse files
committed
docs: expand ColorPacket.packet documentation
Explain that this comes from a user's choice in the application.
1 parent dc3cd83 commit 675a687

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_bluefruit_connect/color_packet.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ def to_bytes(self):
7575

7676
@property
7777
def color(self):
78-
"""A tuple(red, green blue)."""
78+
"""A :class:`tuple` ``(red, green blue)`` representing the color the
79+
user chose in the BlueFruit Connect app."""
7980
return self._color
8081

8182

0 commit comments

Comments
 (0)