From: Sandro Tosi Date: Sun, 25 Dec 2011 10:27:22 +0000 (+0100) Subject: fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ X-Git-Tag: v2.7.3rc1~212 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbcbd101e7d8d9c675ad1005494ce497a278d648;p=thirdparty%2FPython%2Fcpython.git fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 4d584bb995ff..78fa86cda4d2 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -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