commit | 7cf40799ef5f323117920cc58d3dea258d8f2bce | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Aug 23 17:57:05 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Aug 23 17:57:05 2007 +0000 |
tree | e5375217d14fbe3eaa224d6f19761a626a455da9 | |
parent | 4debd55874a51d997a4f8421b0c8e0dc6aaef5be [diff] [blame] |
Bug #1766421: "return code" vs. "status code".
diff --git a/Doc/library/popen2.rst b/Doc/library/popen2.rst index 826dff0..619e777 100644 --- a/Doc/library/popen2.rst +++ b/Doc/library/popen2.rst
@@ -95,8 +95,8 @@ .. 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()