summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsubprocess.tex
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-02-04 23:00:48 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-02-04 23:00:48 (GMT)
commitb7b54f78b3ebdab34af6c73475598dc6f05d9f38 (patch)
tree490db30a76ce0e5121fab8049638b03d34074fcf /Doc/lib/libsubprocess.tex
parent57a34e802638d51fc4b1dfba5ee9d8231ab52afe (diff)
downloadcpython-b7b54f78b3ebdab34af6c73475598dc6f05d9f38.zip
cpython-b7b54f78b3ebdab34af6c73475598dc6f05d9f38.tar.gz
cpython-b7b54f78b3ebdab34af6c73475598dc6f05d9f38.tar.bz2
SF bug 1415455, fix typo in module name
Diffstat (limited to 'Doc/lib/libsubprocess.tex')
-rw-r--r--Doc/lib/libsubprocess.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsubprocess.tex b/Doc/lib/libsubprocess.tex
index d077e82..f48b29b 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}