summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index c7cff742..fa575eec 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -564,7 +564,7 @@ class Cmd(cmd.Cmd):
"""Convenient shortcut for self.stdout.write(); by default adds newline to end if not already present.
Also handles BrokenPipeError exceptions for when a commands's output has been piped to another process and
- that process terminates before than command is finished executing.
+ that process terminates before the cmd2 command is finished executing.
:param msg: str - message to print to current stdout
:param end: str - string appended after the end of the message if not already present, default a newline