From f254f4a9acd5e946892e86315e8313b3181dbb6e Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 5 Feb 2020 20:55:07 -0500 Subject: Updated documentation --- examples/remove_settable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/remove_settable.py b/examples/remove_settable.py index 13a75e11..6a2e4062 100755 --- a/examples/remove_settable.py +++ b/examples/remove_settable.py @@ -10,7 +10,7 @@ class MyApp(cmd2.Cmd): def __init__(self): super().__init__() - self.settables.pop('debug') + self.remove_settable('debug') if __name__ == '__main__': -- cgit v1.2.1