From: Neal Norwitz Date: Sat, 4 Feb 2006 22:59:56 +0000 (+0000) Subject: SF bug 1415455, fix typo in module name X-Git-Tag: v2.4.3c1~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ada0d182bd97cf1fa94e7843647078e418084cfa;p=thirdparty%2FPython%2Fcpython.git SF bug 1415455, fix typo in module name --- diff --git a/Doc/lib/libsubprocess.tex b/Doc/lib/libsubprocess.tex index c1eb7d43c476..792996b3292f 100644 --- a/Doc/lib/libsubprocess.tex +++ b/Doc/lib/libsubprocess.tex @@ -371,7 +371,7 @@ p = Popen(["mycmd", "myarg"], bufsize=bufsize, (child_stdout, child_stdin) = (p.stdout, p.stdin) \end{verbatim} -The popen2.Popen3 and popen3.Popen4 basically works as subprocess.Popen, +The popen2.Popen3 and popen2.Popen4 basically works as subprocess.Popen, except that: \begin{itemize}