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

This commit is contained in:
Georg Brandl 2007-08-23 17:57:05 +00:00
parent 4debd55874
commit 7cf40799ef
1 changed files with 2 additions and 2 deletions

View File

@ -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()