Commit 49864b2a authored by Georg Brandl's avatar Georg Brandl

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

parent 47001706
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment