Bug #1766421: "return code" vs. "status code".

This commit is contained in:
Georg Brandl 2007-08-23 17:57:53 +00:00
parent e468ada1e6
commit 7d108b8806
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ Instances of the \class{Popen3} and \class{Popen4} classes have the
following methods:
\begin{methoddesc}{poll}{}
Returns \code{-1} if child process hasn't completed yet, or its return
code otherwise.
Returns \code{-1} if child process hasn't completed yet, or its status
code (see \method{wait()}) otherwise.
\end{methoddesc}
\begin{methoddesc}{wait}{}