From 1526ad166eee546d25ebd3cc32d8462ac40d3ae0 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sun, 25 Dec 2011 11:27:37 +0100 Subject: [PATCH] fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ --- Doc/library/subprocess.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 19a29cb5619..cc8085f6388 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