Skip to content

Commit c8528e1

Browse files
committed
Split line to reduce line length
1 parent fdc6dc9 commit c8528e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_ble/advertising/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ class Advertisement:
206206
"""
207207

208208
match_prefixes = ()
209-
"""For Advertisement, `Advertisement.matches` will always return True. Subclasses may override this value."""
209+
"""For Advertisement, `Advertisement.matches` will always return ``True``.
210+
Subclasses may override this value."""
210211
# cached bytes of merged prefixes.
211212
_prefix_bytes = None
212213

0 commit comments

Comments
 (0)