From 7445c6cfd39534e12653cbe92b65815b673424bb Mon Sep 17 00:00:00 2001 From: Charlie Tonneslan Date: Sun, 24 May 2026 09:10:23 -0400 Subject: [PATCH] _highlevel_open_tcp_stream: drop duplicate 'the' from pick-port comment Signed-off-by: Charlie Tonneslan --- src/trio/_highlevel_open_tcp_stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(