fix(docs): remove repetition of words (#1479) · python-zeroconf/python-zeroconf@dde26c6

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit dde26c6

Rotzbuabdraco

and

authored

fix(docs): remove repetition of words (#1479)

Co-authored-by: J. Nick Koston <nick@koston.org>

1 parent a97d228 commit dde26c6

File tree

1 file changed

+

1

-

1

lines changed

1 file changed

+

1

-

1

lines changed

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

@cache

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)