mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
SF bug 1415455, fix typo in module name
This commit is contained in:
parent
57a34e8026
commit
b7b54f78b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue