summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
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 b7a0bec4..c7cff742 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -567,7 +567,7 @@ class Cmd(cmd.Cmd):
that process terminates before than command is finished executing.
:param msg: str - message to print to current stdout
- :param end: str - string appended after the end of the message, default a newline
+ :param end: str - string appended after the end of the message if not already present, default a newline
"""
if msg:
try: