From: Neal Norwitz Date: Sat, 4 Feb 2006 23:00:48 +0000 (+0000) Subject: SF bug 1415455, fix typo in module name X-Git-Tag: v2.5a0~720 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7b54f78b3ebdab34af6c73475598dc6f05d9f38;p=python SF bug 1415455, fix typo in module name --- diff --git a/Doc/lib/libsubprocess.tex b/Doc/lib/libsubprocess.tex index d077e82ea1..f48b29b758 100644 --- a/Doc/lib/libsubprocess.tex +++ b/Doc/lib/libsubprocess.tex @@ -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}