Skip to content

Commit a540cfc

Browse files
committed
Fixed typo
1 parent b570e94 commit a540cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ def visible_prompt(self) -> str:
825825
def poutput(self, msg: Any = '', *, end: str = '\n') -> None:
826826
"""Print message to self.stdout and appends a newline by default
827827
828-
Also handles BrokenPipeError exceptions for when a commands's output has
828+
Also handles BrokenPipeError exceptions for when a command's output has
829829
been piped to another process and that process terminates before the
830830
cmd2 command is finished executing.
831831

0 commit comments

Comments
 (0)