[Python-checkins] cpython (3.1): Fix wrong number of functions noticed by Sandro Tosi.
ezio.melotti
python-checkins at python.org
Tue Apr 19 22:24:50 CEST 2011
http://hg.python.org/cpython/rev/fb261fa85429
changeset: 69453:fb261fa85429
branch: 3.1
parent: 69450:240e964fbd42
user: Ezio Melotti <ezio.melotti at gmail.com>
date: Tue Apr 19 23:15:13 2011 +0300
summary:
Fix wrong number of functions noticed by Sandro Tosi.
files:
Doc/library/subprocess.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -193,7 +193,7 @@
Convenience Functions
^^^^^^^^^^^^^^^^^^^^^
-This module also defines four shortcut functions:
+This module also defines the following shortcut functions:
.. function:: call(*popenargs, **kwargs)
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list