fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@

This commit is contained in:
Sandro Tosi 2011-12-25 11:27:37 +01:00
parent 3721fbc5de
commit 1526ad166e
1 changed files with 1 additions and 1 deletions

View 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