SF bug 1415455, fix typo in module name

This commit is contained in:
Neal Norwitz 2006-02-04 23:00:48 +00:00
parent 57a34e8026
commit b7b54f78b3

View file

@ -387,7 +387,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}