summaryrefslogtreecommitdiff
path: root/Doc/library/filesys.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/filesys.rst')
-rw-r--r--Doc/library/filesys.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/filesys.rst b/Doc/library/filesys.rst
index 31eaf0d870..58998a8abf 100644
--- a/Doc/library/filesys.rst
+++ b/Doc/library/filesys.rst
@@ -27,8 +27,8 @@ in this chapter is:
.. seealso::
Module :mod:`os`
- Operating system interfaces, including functions to work with files at a lower
- level than the built-in file object.
+ Operating system interfaces, including functions to work with files at a
+ lower level than Python :term:`file objects <file object>`.
Module :mod:`io`
Python's built-in I/O library, including both abstract classes and