From: Georg Brandl Date: Sun, 24 Jun 2012 11:26:22 +0000 (+0200) Subject: Actually it is just one function. X-Git-Tag: v3.3.0b1~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a570e98e7b0507cd24533120bac90f88a162e4e8;p=thirdparty%2FPython%2Fcpython.git Actually it is just one function. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 574ee1d0a99e..e400273d5134 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.)