Fix stale docstring in loader.USBMatcher (#127094)

This commit is contained in:
Erik Montnemery
2024-09-30 12:42:04 +02:00
committed by GitHub
parent 5e64caa225
commit e8fd97e355

View File

@@ -206,7 +206,7 @@ class USBMatcherOptional(TypedDict, total=False):
class USBMatcher(USBMatcherRequired, USBMatcherOptional):
"""Matcher for the bluetooth integration."""
"""Matcher for the USB integration."""
@dataclass(slots=True)