]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF bug 1415455, fix typo in module name
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 4 Feb 2006 22:59:56 +0000 (22:59 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 4 Feb 2006 22:59:56 +0000 (22:59 +0000)
Doc/lib/libsubprocess.tex

index c1eb7d43c476eb3dc0c0abe37cdb5ed02ae361af..792996b3292f8f48d79f6cec72930cf594257341 100644 (file)
@@ -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}