summaryrefslogtreecommitdiff
path: root/cmd2/utils.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-22 15:02:41 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-22 15:02:41 -0400
commit346589e7e81adcd2aff883776249778d57eb4faf (patch)
treeeb7f1cc9032b18e20a53f3f097b624fe0cc3dab0 /cmd2/utils.py
parent381b63fbeffec34829f6df0b660f87311121e795 (diff)
downloadcmd2-git-346589e7e81adcd2aff883776249778d57eb4faf.tar.gz
Fixed comment
Diffstat (limited to 'cmd2/utils.py')
-rw-r--r--cmd2/utils.py2
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],