Skip to content

Commit df74a8f

Browse files
authored
Change word for spellcheck
1 parent d94b1ed commit df74a8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/trio/_highlevel_open_tcp_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def format_host_port(host: str | bytes, port: int | str) -> str:
162162
return f"{host}:{port}"
163163

164164

165-
# Twisted's HostnameEndpoint has a good set of configurable:
165+
# Twisted's HostnameEndpoint has a good set of configurations:
166166
# https://twistedmatrix.com/documents/current/api/twisted.internet.endpoints.HostnameEndpoint.html
167167
#
168168
# - per-connection timeout

0 commit comments

Comments
 (0)