summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2011-12-25 10:27:51 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2011-12-25 10:27:51 (GMT)
commitc386c1a59f02b1e5fad6c053e976408f4b5597f3 (patch)
treebefd4c767e04ba7def1157ee991ba0f4b5b54ea7
parent91d9152919a9dadf57e01801a7a86e112546807b (diff)
parent1526ad166eee546d25ebd3cc32d8462ac40d3ae0 (diff)
downloadcpython-c386c1a59f02b1e5fad6c053e976408f4b5597f3.zip
cpython-c386c1a59f02b1e5fad6c053e976408f4b5597f3.tar.gz
cpython-c386c1a59f02b1e5fad6c053e976408f4b5597f3.tar.bz2
merge with 3.2
-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 fa91c0f..bf12528 100644
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -272,7 +272,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