From: Georg Brandl Date: Sun, 6 Jan 2008 14:33:52 +0000 (+0000) Subject: #1591: Clarify docstring of Popen3. X-Git-Tag: v2.6a1~722 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c45346f57a6b08f2bd6cd9c7c282ea9f22298ca4;p=python #1591: Clarify docstring of Popen3. --- diff --git a/Lib/popen2.py b/Lib/popen2.py index 145b3406cf..dbd6533be6 100644 --- a/Lib/popen2.py +++ b/Lib/popen2.py @@ -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