From a570e98e7b0507cd24533120bac90f88a162e4e8 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 24 Jun 2012 13:26:22 +0200 Subject: [PATCH] Actually it is just one function. --- Doc/library/os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 574ee1d0a9..e400273d51 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 `. (See also +This function creates new :term:`file objects `. (See also :func:`~os.open` for opening file descriptors.) -- 2.50.1