We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dcf67e commit dbf95ffCopy full SHA for dbf95ff
1 file changed
zeroconf/__init__.py
@@ -2569,8 +2569,7 @@ def register_service(
2569
service. The name of the service may be changed if needed to make
2570
it unique on the network. Additionally multiple cooperating responders
2571
can register the same service on the network for resilience
2572
- (if you want this behavior set `cooperating_responders` to `True`).
2573
- """
+ (if you want this behavior set `cooperating_responders` to `True`)."""
2574
if ttl is not None:
2575
# ttl argument is used to maintain backward compatibility
2576
# Setting TTLs via ServiceInfo is preferred
0 commit comments