diff options
Diffstat (limited to 'cmd2/constants.py')
-rw-r--r-- | cmd2/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/constants.py b/cmd2/constants.py index 854862c5..dede0381 100644 --- a/cmd2/constants.py +++ b/cmd2/constants.py @@ -20,7 +20,7 @@ ANSI_ESCAPE_RE = re.compile(r'\x1b[^m]*m') LINE_FEED = '\n' -# values for colors setting +# Values for colors setting COLORS_NEVER = 'Never' COLORS_TERMINAL = 'Terminal' COLORS_ALWAYS = 'Always' |