diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-05 20:55:07 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-05 20:55:07 -0500 |
commit | f254f4a9acd5e946892e86315e8313b3181dbb6e (patch) | |
tree | e90f58feeea8dbe18f2f810e4a81601ed070e607 /docs/features | |
parent | f3285c801791b46acb4a3ddd0ef372316f314151 (diff) | |
download | cmd2-git-f254f4a9acd5e946892e86315e8313b3181dbb6e.tar.gz |
Updated documentation
Diffstat (limited to 'docs/features')
-rw-r--r-- | docs/features/settings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/settings.rst b/docs/features/settings.rst index 6a8996e1..23c7686d 100644 --- a/docs/features/settings.rst +++ b/docs/features/settings.rst @@ -165,4 +165,4 @@ the :ref:`features/settings:debug` setting. To do so, remove it from the def __init__(self): super().__init__() - self.settables.pop('debug') + self.remove_settable('debug') |