summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-08-08 19:31:02 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-08-08 19:31:02 -0400
commit832f3ec312a04176676ea282b51a4e2284bf349b (patch)
treee39faf9918158b8389befc7241e3d4a88e3b9c74 /cmd2.py
parent5d8d6ec13fad6d27a7f5c3e8e9853518a8a6f574 (diff)
downloadcmd2-git-832f3ec312a04176676ea282b51a4e2284bf349b.tar.gz
Minor tweak to wording of a comment for clarification
Diffstat (limited to 'cmd2.py')
-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