Skip to content

Commit 7f05c51

Browse files
committed
Fixes docstring problem.
1 parent 96ab6d8 commit 7f05c51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_ble/advertising/adafruit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class AdafruitColor(Advertisement):
6565

6666

6767
class AdafruitRadio(Advertisement):
68+
"""Broadcast arbitrary bytes as a radio message."""
6869
prefix = struct.pack("<BBHH",
6970
0x6,
7071
_MANUFACTURING_DATA_ADT,

0 commit comments

Comments
 (0)