summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-06-24 11:26:22 (GMT)
committerGeorg Brandl <georg@python.org>2012-06-24 11:26:22 (GMT)
commita570e98e7b0507cd24533120bac90f88a162e4e8 (patch)
tree50e902fa68dedc6383b240248b6fb6aea3be616c
parentb2462e2b8c643ff040a46f992b78b16013222c09 (diff)
downloadcpython-a570e98e7b0507cd24533120bac90f88a162e4e8.zip
cpython-a570e98e7b0507cd24533120bac90f88a162e4e8.tar.gz
cpython-a570e98e7b0507cd24533120bac90f88a162e4e8.tar.bz2
Actually it is just one function.
-rw-r--r--Doc/library/os.rst2
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.)