]> granicus.if.org Git - python/commitdiff
[Bug #850818] Accept Gregory H. Ball's suggested rewrite of a confusing description
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 23 Dec 2003 17:01:38 +0000 (17:01 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 23 Dec 2003 17:01:38 +0000 (17:01 +0000)
Doc/lib/libpopen2.tex

index 577f6f128f856a0a4b5cbfa375c56907d65fbe01..e35d37f58fab4374fd77f775a6bbc16649ee1c9b 100644 (file)
@@ -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}