summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-10-21 10:45:46 (GMT)
committerGeorg Brandl <georg@python.org>2007-10-21 10:45:46 (GMT)
commit5e52db035d4fbce88c5a1a9820edca406fbf5f25 (patch)
tree5051f2fe632a3b3573a545835ca3f1b00b142927 /Doc/library/stdtypes.rst
parent5c174bbd845fb9da880b9ab1c9d5da0280cc880f (diff)
downloadcpython-5e52db035d4fbce88c5a1a9820edca406fbf5f25.zip
cpython-5e52db035d4fbce88c5a1a9820edca406fbf5f25.tar.gz
cpython-5e52db035d4fbce88c5a1a9820edca406fbf5f25.tar.bz2
Add :term:s for descriptors.
Diffstat (limited to 'Doc/library/stdtypes.rst')
-rw-r--r--Doc/library/stdtypes.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index c773e9b..44467af 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -1899,8 +1899,7 @@ Files have the following methods:
.. method:: file.fileno()
.. index::
- single: file descriptor
- single: descriptor, file
+ pair: file; descriptor
module: fcntl
Return the integer "file descriptor" that is used by the underlying