summaryrefslogtreecommitdiffstats
path: root/Doc/library/subprocess.rst
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2011-12-25 10:27:37 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2011-12-25 10:27:37 (GMT)
commit1526ad166eee546d25ebd3cc32d8462ac40d3ae0 (patch)
tree90d92653fc596be7547bba03a78d09b9283a5c34 /Doc/library/subprocess.rst
parent3721fbc5dea79a05976018bcbc38f943ef4725e1 (diff)
downloadcpython-1526ad166eee546d25ebd3cc32d8462ac40d3ae0.zip
cpython-1526ad166eee546d25ebd3cc32d8462ac40d3ae0.tar.gz
cpython-1526ad166eee546d25ebd3cc32d8462ac40d3ae0.tar.bz2
fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@
Diffstat (limited to 'Doc/library/subprocess.rst')
-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 19a29cb..cc8085f 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -239,7 +239,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