diff options
-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.) |