We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b570e94 commit a540cfcCopy full SHA for a540cfc
cmd2/cmd2.py
@@ -825,7 +825,7 @@ def visible_prompt(self) -> str:
825
def poutput(self, msg: Any = '', *, end: str = '\n') -> None:
826
"""Print message to self.stdout and appends a newline by default
827
828
- Also handles BrokenPipeError exceptions for when a commands's output has
+ Also handles BrokenPipeError exceptions for when a command's output has
829
been piped to another process and that process terminates before the
830
cmd2 command is finished executing.
831
0 commit comments