]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Sun, 25 Dec 2011 10:27:22 +0000 (11:27 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Sun, 25 Dec 2011 10:27:22 +0000 (11:27 +0100)
Doc/library/subprocess.rst

index 4d584bb995ff65dc54358da51a52a70be6bf5c44..78fa86cda4d2e43dfc9cfb674cfb8f64354bffce 100644 (file)
@@ -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