From dbcbd101e7d8d9c675ad1005494ce497a278d648 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sun, 25 Dec 2011 11:27:22 +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 4d584bb995..78fa86cda4 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 -- 2.40.0