diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-15 11:11:28 +0000 |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-15 11:11:28 +0000 |
| commit | 11cb961b38550443d287b2b55174e504c2309af2 (patch) | |
| tree | 51b2972800e593dde1b5f5154b9b044058a350d7 /Doc/library/filesys.rst | |
| parent | 6a11a98b7c8f576d7663182cbd09123eb108a928 (diff) | |
| download | cpython-git-11cb961b38550443d287b2b55174e504c2309af2.tar.gz | |
Add cross-references to the glossary entry for file objects.
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 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 |
