]> granicus.if.org Git - python/commitdiff
Bug #1766421: "return code" vs. "status code".
authorGeorg Brandl <georg@python.org>
Thu, 23 Aug 2007 17:57:05 +0000 (17:57 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 23 Aug 2007 17:57:05 +0000 (17:57 +0000)
Doc/library/popen2.rst

index 826dff025ab8a1bc0254281f53dfc1891f09ac3e..619e777f2249bb17963f7fa81ff4eac3f583f8de 100644 (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()