diff options
author | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 16:14:28 (GMT) |
---|---|---|
committer | Sandro Tosi <sandro.tosi@gmail.com> | 2011-12-25 16:14:28 (GMT) |
commit | 2d0e48b6fdaec5bddf3a15ade37b1b49675eaf15 (patch) | |
tree | d723050e1edd1447b506d58baf02139a1e3a50bc /Doc | |
parent | e837b46b8999a1054013e7972f84ef5265fdb0fc (diff) | |
parent | 3e6c814b9d38abb7cb02bd228bceb6e3c51b27d7 (diff) | |
download | cpython-2d0e48b6fdaec5bddf3a15ade37b1b49675eaf15.zip cpython-2d0e48b6fdaec5bddf3a15ade37b1b49675eaf15.tar.gz cpython-2d0e48b6fdaec5bddf3a15ade37b1b49675eaf15.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 bf12528..427e4a0 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -273,7 +273,7 @@ detail in the :class:`Popen` constructor documentation. Popen Constructor -^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^ The underlying process creation and management in this module is handled by the :class:`Popen` class. It offers a lot of flexibility so that developers |