Skip to content

Commit 34728d2

Browse files
author
opavliuk
committed
bpo-34788 Unify naming
1 parent 641bc6b commit 34728d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/socket.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ The :mod:`socket` module also offers various network-related services:
736736
:const:`AI_CANONNAME` is part of the *flags* argument; else *canonname*
737737
will be empty. *sockaddr* is a tuple describing a socket address, whose
738738
format depends on the returned *family* (a ``(address, port)`` 2-tuple for
739-
:const:`AF_INET`, a ``(address, port, flow info, scope id)`` 4-tuple for
739+
:const:`AF_INET`, a ``(address, port, flowinfo, scope_id)`` 4-tuple for
740740
:const:`AF_INET6`), and is meant to be passed to the :meth:`socket.connect`
741741
method.
742742

0 commit comments

Comments
 (0)