From: Georg Brandl Date: Thu, 23 Aug 2007 17:57:53 +0000 (+0000) Subject: Bug #1766421: "return code" vs. "status code". X-Git-Tag: v2.5.2c1~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d108b8806e5c54db757948b312726dc4599596c;p=python Bug #1766421: "return code" vs. "status code". --- diff --git a/Doc/lib/libpopen2.tex b/Doc/lib/libpopen2.tex index e3b157358b..9846c18bec 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}{}