diff --git a/src/trio/_highlevel_open_tcp_stream.py b/src/trio/_highlevel_open_tcp_stream.py index 33f1e8602..82ffcb3e9 100644 --- a/src/trio/_highlevel_open_tcp_stream.py +++ b/src/trio/_highlevel_open_tcp_stream.py @@ -336,7 +336,7 @@ async def attempt_connect( # But on some versions of Linux, we can re-enable sharing of # local ports by setting a special flag. This flag tells # bind() to only bind the IP, and not the port. That way, - # connect() is allowed to pick the the port, and it can do a + # connect() is allowed to pick the port, and it can do a # better job of it because it knows the remote IP/port. with suppress(OSError, AttributeError): sock.setsockopt(