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 @@ -1492,7 +1492,7 @@ The :mod:`socket` module also offers various network-related services:
14921492 The *fds * parameter is a sequence of file descriptors.
14931493 Consult :meth: `~socket.sendmsg ` for the documentation of these parameters.
14941494
1495- .. availability :: Unix, Windows, not WASI.
1495+ .. availability :: Unix, not WASI.
14961496
14971497 Unix platforms supporting :meth: `~socket.sendmsg `
14981498 and :const: `SCM_RIGHTS ` mechanism.
@@ -1506,9 +1506,9 @@ The :mod:`socket` module also offers various network-related services:
15061506 Return ``(msg, list(fds), flags, addr) ``.
15071507 Consult :meth: `~socket.recvmsg ` for the documentation of these parameters.
15081508
1509- .. availability :: Unix, Windows, not WASI.
1509+ .. availability :: Unix, not WASI.
15101510
1511- Unix platforms supporting :meth: `~socket.sendmsg `
1511+ Unix platforms supporting :meth: `~socket.recvmsg `
15121512 and :const: `SCM_RIGHTS ` mechanism.
15131513
15141514 .. versionadded :: 3.9
You can’t perform that action at this time.
0 commit comments