diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-22 15:02:41 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-22 15:02:41 -0400 |
commit | 346589e7e81adcd2aff883776249778d57eb4faf (patch) | |
tree | eb7f1cc9032b18e20a53f3f097b624fe0cc3dab0 /cmd2/utils.py | |
parent | 381b63fbeffec34829f6df0b660f87311121e795 (diff) | |
download | cmd2-git-346589e7e81adcd2aff883776249778d57eb4faf.tar.gz |
Fixed comment
Diffstat (limited to 'cmd2/utils.py')
-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], |