]> 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:37 +0000 (11:27 +0100)
committerSandro Tosi <sandro.tosi@gmail.com>
Sun, 25 Dec 2011 10:27:37 +0000 (11:27 +0100)
Doc/library/subprocess.rst

index 19a29cb5619367512e70bf315c1b370b611c088a..cc8085f63886c646c57c50e528a9d357028b12d8 100644 (file)
@@ -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