8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c74cf commit bb3523aCopy full SHA for bb3523a
src/anyio/_core/_sockets.py
@@ -282,7 +282,7 @@ async def create_tcp_listener(
282
:param local_host: IP address of the interface to listen on. If omitted, listen on
283
all IPv4 and IPv6 interfaces. To listen on all interfaces on a specific address
284
family, use ``0.0.0.0`` for IPv4 or ``::`` for IPv6.
285
- :param family: address family (used if ``interface`` was omitted)
+ :param family: address family (used if ``local_host`` was omitted)
286
:param backlog: maximum number of queued incoming connections (up to a maximum of
287
2**16, or 65536)
288
:param reuse_port: ``True`` to allow multiple sockets to bind to the same
0 commit comments