File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1002,7 +1002,7 @@ The following functions all create :ref:`socket objects <socket-objects>`.
10021002 Duplicate the file descriptor *fd * (an integer as returned by a file object's
10031003 :meth: `~io.IOBase.fileno ` method) and build a socket object from the result. Address
10041004 family, socket type and protocol number are as for the :func: `~socket.socket ` function.
1005- file descriptor should refer to a socket, but this is not checked ---
1005+ The file descriptor should refer to a socket, but this is not checked ---
10061006 subsequent operations on the object may fail if the file descriptor is invalid.
10071007 This function is rarely needed, but can be used to get or set socket options on
10081008 a socket passed to a program as standard input or output (such as a server
You can’t perform that action at this time.
0 commit comments