diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-08-08 17:08:14 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-08-08 17:08:14 -0400 |
| commit | 5d8d6ec13fad6d27a7f5c3e8e9853518a8a6f574 (patch) | |
| tree | 22612eb616c496df4a7eb796bfca5e507404992c | |
| parent | 3cba9c9a6581c3c510f854b12eb1d17863cf40a7 (diff) | |
| download | cmd2-git-5d8d6ec13fad6d27a7f5c3e8e9853518a8a6f574.tar.gz | |
Slight rewording to a comment to make it more accurate
| -rwxr-xr-x | cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
