diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-08-08 09:56:02 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-08-08 09:56:02 -0400 |
commit | f1c244ec9c2ae3918e61958844695fa8bd9eb147 (patch) | |
tree | 61bd2ad3f830e937ae2fe5b98b2cfbcd3544f4ac /cmd2/cmd2.py | |
parent | 205ac503863eb1ff8a2ca6e5d7f3304123b426fb (diff) | |
download | cmd2-git-f1c244ec9c2ae3918e61958844695fa8bd9eb147.tar.gz |
Corrected docstring
Diffstat (limited to 'cmd2/cmd2.py')
-rwxr-xr-x | cmd2/cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 4a5c506d..c0246705 100755 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -674,7 +674,7 @@ class Cmd(cmd.Cmd): :param msg: message or Exception to print :param end: string appended after the end of the message, default a newline - :param apply_style: If True, then ErrorStyle will be applied to the message text. Set to False in cases + :param apply_style: If True, then ansi.style_error will be applied to the message text. Set to False in cases where the message text already has the desired style. Defaults to True. """ if self.debug and sys.exc_info() != (None, None, None): |