Skip to content

Commit bf6f348

Browse files
review comments
1 parent 8d9a7f0 commit bf6f348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/idlelib/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def GetCoreKeys(self, keySetName=None):
667667
# to the key bindings an rely the default binding.
668668
#
669669
# 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
671671
# shortcutand then chooses "Cancel" the first time the dialog
672672
# appears.
673673
del keyBindings['<<close-all-windows>>']

Lib/idlelib/pyshell.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,6 @@ def main():
16111611
from idlelib.run import fix_scaling
16121612
fix_scaling(root)
16131613

1614-
# start editor and/or shell windows:
16151614
fixwordbreaks(root)
16161615
fix_x11_paste(root)
16171616
flist = PyShellFileList(root)
@@ -1636,6 +1635,7 @@ def main():
16361635
root.wm_iconphoto(True, *icons)
16371636

16381637

1638+
# start editor and/or shell windows:
16391639
if enable_edit:
16401640
if not (cmd or script):
16411641
for filename in args[:]:

0 commit comments

Comments
 (0)