From 1da904585db4cd1e77c312190149daa946366fa0 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 17 Jan 2018 09:07:40 -0500 Subject: Cleanup of documentation and examples Removed usage of and reference to attributes and commands which have now been removed. --- cmd2.py | 1 - 1 file changed, 1 deletion(-) (limited to 'cmd2.py') diff --git a/cmd2.py b/cmd2.py index 249ef2bb..5d11cb43 100755 --- a/cmd2.py +++ b/cmd2.py @@ -1478,7 +1478,6 @@ class Cmd(cmd.Cmd): # Enable tab completion of paths for relevant commands complete_edit = path_complete complete_load = path_complete - complete_save = path_complete # noinspection PyUnusedLocal @staticmethod -- cgit v1.2.1