From a540cfc5373cee2272de6c81be8b6fa8a78c6462 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 21 Aug 2020 12:41:29 -0400 Subject: Fixed typo --- cmd2/cmd2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2/cmd2.py') diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index f6a5251c..da576805 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -825,7 +825,7 @@ class Cmd(cmd.Cmd): def poutput(self, msg: Any = '', *, end: str = '\n') -> None: """Print message to self.stdout and appends a newline by default - Also handles BrokenPipeError exceptions for when a commands's output has + Also handles BrokenPipeError exceptions for when a command's output has been piped to another process and that process terminates before the cmd2 command is finished executing. -- cgit v1.2.1