From: Georg Brandl Date: Thu, 23 Aug 2007 17:57:05 +0000 (+0000) Subject: Bug #1766421: "return code" vs. "status code". X-Git-Tag: v2.6a1~1459 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cf40799ef5f323117920cc58d3dea258d8f2bce;p=python Bug #1766421: "return code" vs. "status code". --- diff --git a/Doc/library/popen2.rst b/Doc/library/popen2.rst index 826dff025a..619e777f22 100644 --- a/Doc/library/popen2.rst +++ b/Doc/library/popen2.rst @@ -95,8 +95,8 @@ methods: .. method:: Popen3.poll() - Returns ``-1`` if child process hasn't completed yet, or its return code - otherwise. + Returns ``-1`` if child process hasn't completed yet, or its status code + (see :meth:`wait`) otherwise. .. method:: Popen3.wait()