Skip to content

Commit 8ece209

Browse files
committed
stale doc string
1 parent f3784fd commit 8ece209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zeroconf/_services/browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def set_schedule_changed(self) -> None:
242242
self._schedule_changed_event.clear()
243243

244244
def process_ready_types(self, now: float) -> List[str]:
245-
"""Generate the service browser query for any type that is due and schedule the next time."""
245+
"""Generate a list of ready types that is due and schedule the next time."""
246246
if self.millis_to_wait(now):
247247
return []
248248

0 commit comments

Comments
 (0)