diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-04-19 20:24:32 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-04-19 20:24:32 (GMT) |
commit | 4571ee0b781e569612d04572050792faa66f02af (patch) | |
tree | 6e51d293b9d1f9dac946f4e86061c9016312eeb9 /Doc | |
parent | 0193f35d700dbe58ac88b1895678864246b51e2e (diff) | |
parent | a947abec6af2df6d718da16ab1297343c98ff858 (diff) | |
download | cpython-4571ee0b781e569612d04572050792faa66f02af.zip cpython-4571ee0b781e569612d04572050792faa66f02af.tar.gz cpython-4571ee0b781e569612d04572050792faa66f02af.tar.bz2 |
Merge with 3.2.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/subprocess.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 3faf60f..ab5668c 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -255,7 +255,7 @@ This module defines one class called :class:`Popen`: Convenience Functions ^^^^^^^^^^^^^^^^^^^^^ -This module also defines four shortcut functions: +This module also defines the following shortcut functions: .. function:: call(*popenargs, timeout=None, **kwargs) |