]> granicus.if.org Git - python/commitdiff
SF bug 1415455, fix typo in module name
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 4 Feb 2006 23:00:48 +0000 (23:00 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 4 Feb 2006 23:00:48 +0000 (23:00 +0000)
Doc/lib/libsubprocess.tex

index d077e82ea1e4078760fe9faac1794032539389d3..f48b29b7581516b4b7e7c7cb4a6003d384755658 100644 (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}