diff options
Diffstat (limited to 'Doc/library/filesys.rst')
-rw-r--r-- | Doc/library/filesys.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/filesys.rst b/Doc/library/filesys.rst index 31eaf0d..58998a8 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 |