mirror of
https://github.com/python/cpython.git
synced 2026-05-07 02:51:00 +00:00
#1591: Clarify docstring of Popen3.
This commit is contained in:
parent
183a084da3
commit
c45346f57a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue