summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2011-12-25 10:27:22 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2011-12-25 10:27:22 (GMT)
commitdbcbd101e7d8d9c675ad1005494ce497a278d648 (patch)
tree1a2865e53627dddd594eb3013fbb6b18076e1a55 /Doc
parent238612a00333488384bcb08483c0bca89a0382c8 (diff)
downloadcpython-dbcbd101e7d8d9c675ad1005494ce497a278d648.zip
cpython-dbcbd101e7d8d9c675ad1005494ce497a278d648.tar.gz
cpython-dbcbd101e7d8d9c675ad1005494ce497a278d648.tar.bz2
fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/subprocess.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
index 4d584bb..78fa86c 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -233,7 +233,7 @@ These options, along with all of the other options, are described in more
detail in the :class:`Popen` constructor documentation.
-Popen Constuctor
+Popen Constructor
^^^^^^^^^^^^^^^^
The underlying process creation and management in this module is handled by