Commit c45346f5 authored by Georg Brandl's avatar Georg Brandl

#1591: Clarify docstring of Popen3.

parent 183a084d
......@@ -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
......
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