[Python-checkins] cpython: Actually it is just one function.

georg.brandl python-checkins at python.org
Sun Jun 24 13:26:32 CEST 2012


http://hg.python.org/cpython/rev/acf563b67cff
changeset:   77698:acf563b67cff
user:        Georg Brandl <georg at python.org>
date:        Sun Jun 24 13:26:22 2012 +0200
summary:
  Actually it is just one function.

files:
  Doc/library/os.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- 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.)
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list