diff options
author | Georg Brandl <georg@python.org> | 2012-06-24 11:26:22 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-24 11:26:22 (GMT) |
commit | a570e98e7b0507cd24533120bac90f88a162e4e8 (patch) | |
tree | 50e902fa68dedc6383b240248b6fb6aea3be616c /Doc/library/os.rst | |
parent | b2462e2b8c643ff040a46f992b78b16013222c09 (diff) | |
download | cpython-a570e98e7b0507cd24533120bac90f88a162e4e8.zip cpython-a570e98e7b0507cd24533120bac90f88a162e4e8.tar.gz cpython-a570e98e7b0507cd24533120bac90f88a162e4e8.tar.bz2 |
Actually it is just one function.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 574ee1d..e400273 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -600,7 +600,7 @@ process and user. File Object Creation -------------------- -These functions create new :term:`file objects <file object>`. (See also +This function creates new :term:`file objects <file object>`. (See also :func:`~os.open` for opening file descriptors.) |