]> granicus.if.org Git - python/commitdiff
#1591: Clarify docstring of Popen3.
authorGeorg Brandl <georg@python.org>
Sun, 6 Jan 2008 14:33:52 +0000 (14:33 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 6 Jan 2008 14:33:52 +0000 (14:33 +0000)
Lib/popen2.py

index 145b3406cf5c7b3363dba4629742b6b5568cde9e..dbd6533be6659f55c6d87ab5c1c69e8cde8cc3b8 100644 (file)
@@ -32,8 +32,8 @@ def _cleanup():
                 pass
 
 class Popen3:
-    """Class representing a child process.  Normally instances are created
-    by the factory functions popen2() and popen3()."""
+    """Class representing a child process.  Normally, instances are created
+    internally by the functions popen2() and popen3()."""
 
     sts = -1                    # Child not completed yet