diff options
-rw-r--r-- | cmd2/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/utils.py b/cmd2/utils.py index 57d0deee..b19c2b49 100644 --- a/cmd2/utils.py +++ b/cmd2/utils.py @@ -484,7 +484,7 @@ class ByteBuf(object): class ProcReader(object): """ - Used to captured stdout and stderr from a Popen process if any of those were set to subprocess.PIPE. + Used to capture stdout and stderr from a Popen process if any of those were set to subprocess.PIPE. If neither are pipes, then the process will run normally and no output will be captured. """ def __init__(self, proc: subprocess.Popen, stdout: Union[StdSim, TextIO], |