Skip to content

Commit 6085fd1

Browse files
committed
fix(docs): remove repetition of words
1 parent 0dad543 commit 6085fd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _wait_for_start(zc: Zeroconf) -> None:
6464

6565
@lru_cache(maxsize=None)
6666
def has_working_ipv6():
67-
"""Return True if if the system can bind an IPv6 address."""
67+
"""Return True if the system can bind an IPv6 address."""
6868
if not socket.has_ipv6:
6969
return False
7070

0 commit comments

Comments
 (0)