Skip to content

Commit 346589e

Browse files
committed
Fixed comment
1 parent 381b63f commit 346589e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def write(self, b: bytes) -> None:
484484

485485
class ProcReader(object):
486486
"""
487-
Used to captured stdout and stderr from a Popen process if any of those were set to subprocess.PIPE.
487+
Used to capture stdout and stderr from a Popen process if any of those were set to subprocess.PIPE.
488488
If neither are pipes, then the process will run normally and no output will be captured.
489489
"""
490490
def __init__(self, proc: subprocess.Popen, stdout: Union[StdSim, TextIO],

0 commit comments

Comments
 (0)