diff options
Diffstat (limited to 'Lib/idlelib/keybindingDialog.py')
| -rw-r--r-- | Lib/idlelib/keybindingDialog.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/keybindingDialog.py b/Lib/idlelib/keybindingDialog.py index aff9cac587..69900f9fbd 100644 --- a/Lib/idlelib/keybindingDialog.py +++ b/Lib/idlelib/keybindingDialog.py @@ -263,6 +263,6 @@ if __name__ == '__main__':      def run():          keySeq=''          dlg=GetKeysDialog(root,'Get Keys','find-again',[]) -        print dlg.result +        print(dlg.result)      Button(root,text='Dialog',command=run).pack()      root.mainloop()  | 
