Commit 7d108b88 authored by Georg Brandl's avatar Georg Brandl

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

parent e468ada1
......@@ -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}{}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment