We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3a7d0 commit f3784fdCopy full SHA for f3784fd
1 file changed
zeroconf/_services/browser.py
@@ -228,7 +228,7 @@ def millis_to_wait(self, now: float) -> Optional[float]:
228
return None if next_time <= now else next_time - now
229
230
def reschedule_type(self, type_: str, next_time: float) -> None:
231
- """Rescheudle the query for a type to happen sooner."""
+ """Reschedule the query for a type to happen sooner."""
232
if next_time >= self._next_time[type_]:
233
return
234
0 commit comments