From: Sandro Tosi Date: Sun, 25 Dec 2011 10:27:37 +0000 (+0100) Subject: fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ X-Git-Tag: v3.2.3rc1~238 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1526ad166eee546d25ebd3cc32d8462ac40d3ae0;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 19a29cb56193..cc8085f63886 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -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