Skip to content

Commit dbf95ff

Browse files
authored
Update zeroconf/__init__.py
1 parent 8dcf67e commit dbf95ff

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
@@ -2569,8 +2569,7 @@ def register_service(
25692569
service. The name of the service may be changed if needed to make
25702570
it unique on the network. Additionally multiple cooperating responders
25712571
can register the same service on the network for resilience
2572-
(if you want this behavior set `cooperating_responders` to `True`).
2573-
"""
2572+
(if you want this behavior set `cooperating_responders` to `True`)."""
25742573
if ttl is not None:
25752574
# ttl argument is used to maintain backward compatibility
25762575
# Setting TTLs via ServiceInfo is preferred

0 commit comments

Comments
 (0)