diff options
Diffstat (limited to 'Lib/idlelib/IOBinding.py')
-rw-r--r-- | Lib/idlelib/IOBinding.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/IOBinding.py b/Lib/idlelib/IOBinding.py index bddd4d6..7baf8cc 100644 --- a/Lib/idlelib/IOBinding.py +++ b/Lib/idlelib/IOBinding.py @@ -540,7 +540,7 @@ class IOBinding: def updaterecentfileslist(self,filename): "Update recent file list on all editor windows" - self.editwin.UpdateRecentFilesList(filename) + self.editwin.update_recent_files_list(filename) def test(): root = Tk() |