diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-01-07 13:09:43 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-01-07 13:09:43 -0500 |
commit | 383853ee92f69c3e4ccadacd34e0f22e1e896345 (patch) | |
tree | d78cd5fcbb4946206377a162bbcb3b7c01576d15 /cmd2 | |
parent | f970c16756803ad8c03c5e544f09acd4431d8b16 (diff) | |
download | cmd2-git-383853ee92f69c3e4ccadacd34e0f22e1e896345.tar.gz |
Updated documentation
Diffstat (limited to 'cmd2')
-rw-r--r-- | cmd2/cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index f133381b..434ade5f 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -207,7 +207,7 @@ class Cmd(cmd.Cmd): self.settable = \ { # allow_style is a special case in which it's an application-wide setting defined in ansi.py - 'allow_style': ('Allow ANSI style sequences in output ' + 'allow_style': ('Allow ANSI text style sequences in output ' '(valid values: {}, {}, {})'.format(ansi.STYLE_TERMINAL, ansi.STYLE_ALWAYS, ansi.STYLE_NEVER)), |