Skip to content

Commit eb48e61

Browse files
committed
restore a lost The
1 parent 69da378 commit eb48e61

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
@@ -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

0 commit comments

Comments
 (0)