Kaydet (Commit) b7b54f78 authored tarafından Neal Norwitz's avatar Neal Norwitz

SF bug 1415455, fix typo in module name

üst 57a34e80
...@@ -387,7 +387,7 @@ p = Popen(["mycmd", "myarg"], bufsize=bufsize, ...@@ -387,7 +387,7 @@ p = Popen(["mycmd", "myarg"], bufsize=bufsize,
(child_stdout, child_stdin) = (p.stdout, p.stdin) (child_stdout, child_stdin) = (p.stdout, p.stdin)
\end{verbatim} \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: except that:
\begin{itemize} \begin{itemize}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment