commit | a570e98e7b0507cd24533120bac90f88a162e4e8 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jun 24 13:26:22 2012 +0200 |
committer | Georg Brandl <georg@python.org> | Sun Jun 24 13:26:22 2012 +0200 |
tree | 50e902fa68dedc6383b240248b6fb6aea3be616c | |
parent | b2462e2b8c643ff040a46f992b78b16013222c09 [diff] [blame] |
Actually it is just one function.
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 @@ 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.)