Skip to content

Commit f3784fd

Browse files
committed
typo
1 parent bd3a7d0 commit f3784fd

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
@@ -228,7 +228,7 @@ def millis_to_wait(self, now: float) -> Optional[float]:
228228
return None if next_time <= now else next_time - now
229229

230230
def reschedule_type(self, type_: str, next_time: float) -> None:
231-
"""Rescheudle the query for a type to happen sooner."""
231+
"""Reschedule the query for a type to happen sooner."""
232232
if next_time >= self._next_time[type_]:
233233
return
234234

0 commit comments

Comments
 (0)