diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-25 10:17:52 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-25 10:17:52 -0500 |
commit | 3d488c72e833bfa0630a250c17da0a2975c7d2a5 (patch) | |
tree | 471801da644e2e029c72e98e896285fb34013b4c /cmd2/ansi.py | |
parent | b74b272c478ca8c504d2fa6e1613b28e09eb114f (diff) | |
download | cmd2-git-3d488c72e833bfa0630a250c17da0a2975c7d2a5.tar.gz |
Removed duplicate word and capitalized two comment sentences
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: |