We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7d90f commit 38940a0Copy full SHA for 38940a0
Doc/library/select.rst
@@ -162,7 +162,7 @@ The module defines the following:
162
163
:c:func:`!select` may not work with file objects that
164
internally buffer data because select is only aware of data in the
165
- file descriptor provided by the kernel. However, file-like-objects often
+ file descriptor provided by the kernel. However, :term:`file-like objects <file object>` often
166
contain a reference to a file descriptor via a :meth:`!fileno` method
167
which will work with select.
168
0 commit comments