summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-08-23 17:57:53 (GMT)
committerGeorg Brandl <georg@python.org>2007-08-23 17:57:53 (GMT)
commit7d108b8806e5c54db757948b312726dc4599596c (patch)
treeae0ddf26437cefde95b95072cc7ddc30309805c0 /Doc/lib
parente468ada1e69d87e60acb30d9b419f63f3ec403c3 (diff)
downloadcpython-7d108b8806e5c54db757948b312726dc4599596c.zip
cpython-7d108b8806e5c54db757948b312726dc4599596c.tar.gz
cpython-7d108b8806e5c54db757948b312726dc4599596c.tar.bz2
Bug #1766421: "return code" vs. "status code".
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libpopen2.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libpopen2.tex b/Doc/lib/libpopen2.tex
index e3b1573..9846c18 100644
--- a/Doc/lib/libpopen2.tex
+++ b/Doc/lib/libpopen2.tex
@@ -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}{}