mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Bug #1766421: "return code" vs. "status code".
This commit is contained in:
parent
4debd55874
commit
7cf40799ef
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue