Skip to content

Commit fd93e9c

Browse files
authored
Update zeroconf/__init__.py
1 parent 81b922d commit fd93e9c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

zeroconf/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2583,8 +2583,7 @@ def register_service(
25832583
def update_service(self, info: ServiceInfo) -> None:
25842584
"""Registers service information to the network with a default TTL.
25852585
Zeroconf will then respond to requests for information for that
2586-
service.
2587-
"""
2586+
service."""
25882587
self.registry.update(info)
25892588
self._broadcast_service(info, _REGISTER_TIME, None)
25902589

0 commit comments

Comments
 (0)