Skip to content

Commit 674d10d

Browse files
committed
sphinx
1 parent 9efa23a commit 674d10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ble/advertising/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def matches(cls, entry):
315315
def matches_prefixes(cls, entry, *, all_):
316316
"""Returns ``True`` if the given `_bleio.ScanEntry` advertisement fields
317317
match any or all of the given prefixes in the `match_prefixes` tuple attribute.
318-
If `all_` is ``True``, all the prefixes must match. If ``all_`` is ``False``,
318+
If ``all_`` is ``True``, all the prefixes must match. If ``all_`` is ``False``,
319319
returns ``True`` if at least one of the prefixes match.
320320
"""
321321
# Returns True if cls.get_prefix_bytes() is empty.

0 commit comments

Comments
 (0)