diff options
Diffstat (limited to 'Lib/idlelib/FileList.py')
| -rw-r--r-- | Lib/idlelib/FileList.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/FileList.py b/Lib/idlelib/FileList.py index 4b57901..e40c7a7 100644 --- a/Lib/idlelib/FileList.py +++ b/Lib/idlelib/FileList.py @@ -50,7 +50,7 @@ class FileList:                  break          return "break" -    def close_edit(self, edit): +    def unregister_maybe_terminate(self, edit):          try:              key = self.inversedict[edit]          except KeyError:  | 
