summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2/cmd2.py')
-rwxr-xr-xcmd2/cmd2.py2
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):