File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1380,7 +1380,7 @@ The :mod:`socket` module also offers various network-related services:
13801380 The *fds * parameter is a sequence of file descriptors.
13811381 Consult :meth: `~socket.sendmsg ` for the documentation of these parameters.
13821382
1383- .. availability :: Unix, Windows, not WASI.
1383+ .. availability :: Unix, not WASI.
13841384
13851385 Unix platforms supporting :meth: `~socket.sendmsg `
13861386 and :const: `SCM_RIGHTS ` mechanism.
@@ -1394,9 +1394,9 @@ The :mod:`socket` module also offers various network-related services:
13941394 Return ``(msg, list(fds), flags, addr) ``.
13951395 Consult :meth: `~socket.recvmsg ` for the documentation of these parameters.
13961396
1397- .. availability :: Unix, Windows, not WASI.
1397+ .. availability :: Unix, not WASI.
13981398
1399- Unix platforms supporting :meth: `~socket.sendmsg `
1399+ Unix platforms supporting :meth: `~socket.recvmsg `
14001400 and :const: `SCM_RIGHTS ` mechanism.
14011401
14021402 .. versionadded :: 3.9
You can’t perform that action at this time.
0 commit comments