]> granicus.if.org Git - python/commitdiff
Bug #1766421: "return code" vs. "status code".
authorGeorg Brandl <georg@python.org>
Thu, 23 Aug 2007 17:57:53 +0000 (17:57 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 23 Aug 2007 17:57:53 +0000 (17:57 +0000)
Doc/lib/libpopen2.tex

index e3b157358b8ee0604330c425f96d7d01201c8f0d..9846c18bec73bd1f86306ec53827e4b7b9efe305 100644 (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}{}