File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -667,7 +667,7 @@ def GetCoreKeys(self, keySetName=None):
667
667
# to the key bindings an rely the default binding.
668
668
#
669
669
# Without this IDLE will prompt twice about closing a file with
670
- # unsaved # changes when the user quits IDLE using the keyboard
670
+ # unsaved changes when the user quits IDLE using the keyboard
671
671
# shortcutand then chooses "Cancel" the first time the dialog
672
672
# appears.
673
673
del keyBindings ['<<close-all-windows>>' ]
Original file line number Diff line number Diff line change @@ -1611,7 +1611,6 @@ def main():
1611
1611
from idlelib .run import fix_scaling
1612
1612
fix_scaling (root )
1613
1613
1614
- # start editor and/or shell windows:
1615
1614
fixwordbreaks (root )
1616
1615
fix_x11_paste (root )
1617
1616
flist = PyShellFileList (root )
@@ -1636,6 +1635,7 @@ def main():
1636
1635
root .wm_iconphoto (True , * icons )
1637
1636
1638
1637
1638
+ # start editor and/or shell windows:
1639
1639
if enable_edit :
1640
1640
if not (cmd or script ):
1641
1641
for filename in args [:]:
You can’t perform that action at this time.
0 commit comments