diff options
Diffstat (limited to 'cmd2/ansi.py')
-rw-r--r-- | cmd2/ansi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/ansi.py b/cmd2/ansi.py index 91e539f8..ceb135ec 100644 --- a/cmd2/ansi.py +++ b/cmd2/ansi.py @@ -32,7 +32,7 @@ Constant for ``cmd2.ansi.allow_style`` to indicate ANSI style sequences should always be output. """ -# Controls when ANSI style style sequences are allowed in output +# Controls when ANSI style sequences are allowed in output allow_style = STYLE_TERMINAL """When using outside of a cmd2 app, set this variable to one of: |