summaryrefslogtreecommitdiffstats
path: root/Doc/library/socket.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-15 09:58:26 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-15 09:58:26 (GMT)
commit0b65b0fc83fcef781443b505c8a24fa5ffe684c5 (patch)
tree67b7cedc57057576f3d83b9418bc88a628572491 /Doc/library/socket.rst
parent5aa0d1056047ffbca76e8c2a1d27dcefd3716aeb (diff)
downloadcpython-0b65b0fc83fcef781443b505c8a24fa5ffe684c5.zip
cpython-0b65b0fc83fcef781443b505c8a24fa5ffe684c5.tar.gz
cpython-0b65b0fc83fcef781443b505c8a24fa5ffe684c5.tar.bz2
Add a glossary entry for file objects.
Diffstat (limited to 'Doc/library/socket.rst')
-rw-r--r--Doc/library/socket.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index e3c9723..c061b04 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -617,7 +617,7 @@ correspond to Unix system calls applicable to sockets.
.. index:: single: I/O control; buffering
- Return a :dfn:`file object` associated with the socket. The exact
+ Return a :term:`file object` associated with the socket. The exact
returned type depends on the arguments given to :meth:`makefile`. These
arguments are interpreted the same way as by the built-in :func:`open`
function.