Skip to content

Commit 38940a0

Browse files
accept PR feedback
1 parent 6a7d90f commit 38940a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/select.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The module defines the following:
162162

163163
:c:func:`!select` may not work with file objects that
164164
internally buffer data because select is only aware of data in the
165-
file descriptor provided by the kernel. However, file-like-objects often
165+
file descriptor provided by the kernel. However, :term:`file-like objects <file object>` often
166166
contain a reference to a file descriptor via a :meth:`!fileno` method
167167
which will work with select.
168168

0 commit comments

Comments
 (0)