Skip to content

Commit 832f3ec

Browse files
committed
Minor tweak to wording of a comment for clarification
1 parent 5d8d6ec commit 832f3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ def poutput(self, msg, end='\n'):
564564
"""Convenient shortcut for self.stdout.write(); by default adds newline to end if not already present.
565565
566566
Also handles BrokenPipeError exceptions for when a commands's output has been piped to another process and
567-
that process terminates before than command is finished executing.
567+
that process terminates before the cmd2 command is finished executing.
568568
569569
:param msg: str - message to print to current stdout
570570
:param end: str - string appended after the end of the message if not already present, default a newline

0 commit comments

Comments
 (0)