summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-12-23 17:01:38 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-12-23 17:01:38 (GMT)
commit91ca8de6f41ff297bd89da1c0b5fa7accda2acb2 (patch)
treef8e1fa9a08a95fb30bdff0717e22fd3cca501b7c /Doc/lib
parent7a3786cc5580eadcb6b94d27c1059d4b88495606 (diff)
downloadcpython-91ca8de6f41ff297bd89da1c0b5fa7accda2acb2.zip
cpython-91ca8de6f41ff297bd89da1c0b5fa7accda2acb2.tar.gz
cpython-91ca8de6f41ff297bd89da1c0b5fa7accda2acb2.tar.bz2
[Bug #850818] Accept Gregory H. Ball's suggested rewrite of a confusing description
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libpopen2.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libpopen2.tex b/Doc/lib/libpopen2.tex
index 577f6f1..e35d37f 100644
--- a/Doc/lib/libpopen2.tex
+++ b/Doc/lib/libpopen2.tex
@@ -106,9 +106,10 @@ A file object that provides input to the child process.
\end{memberdesc}
\begin{memberdesc}{childerr}
-Where the standard error from the child process goes is
-\var{capturestderr} was true for the constructor, or \code{None}.
-This will always be \code{None} for \class{Popen4} instances.
+A file object that provides error output from the child process, if
+\var{capturestderr} was true for the constructor, otherwise
+\code{None}. This will always be \code{None} for \class{Popen4}
+instances.
\end{memberdesc}
\begin{memberdesc}{pid}