summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2020-02-24 21:58:29 -0700
committerkotfu <kotfu@kotfu.net>2020-02-24 21:58:29 -0700
commitcf09ba2865df6bcfd6ce11ecaebf85f608a2dc42 (patch)
treedb9cb43072ea156f967f32661a156b764f003bab /cmd2/cmd2.py
parent062fb0d7a62bd022e7c89a27792968a650e4ad49 (diff)
downloadcmd2-git-cf09ba2865df6bcfd6ce11ecaebf85f608a2dc42.tar.gz
Revise docstring for _build_settables
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r--cmd2/cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index b2d745ac..4b1f8e50 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -406,7 +406,7 @@ class Cmd(cmd.Cmd):
raise KeyError(name + " is not a settable parameter")
def _build_settables(self):
- """Construct the default settings"""
+ """Add default settables"""
self.add_settable(Settable('allow_style', str,
'Allow ANSI text style sequences in output (valid values: '
'{}, {}, {})'.format(ansi.STYLE_TERMINAL,