Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d1f11b

Browse files
committed
Whitespace Normalization
Modified Files: PyShell.py ScriptBinding.py buildapp.py
1 parent 3d5cbea commit 8d1f11b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Lib/idlelib/PyShell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def handle_EOF(self):
303303
"Override the base class - just re-raise EOFError"
304304
raise EOFError
305305

306-
306+
307307
class ModifiedInterpreter(InteractiveInterpreter):
308308

309309
def __init__(self, tkconsole):

Lib/idlelib/ScriptBinding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def getfilename(self):
149149
150150
If the user has configured IDLE for Autosave, the file will be
151151
silently saved if it already exists and is dirty.
152-
152+
153153
"""
154154
filename = self.editwin.io.filename
155155
if not self.editwin.get_saved():

Lib/idlelib/buildapp.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# After running python setup.py install, run this program from the command
2+
# After running python setup.py install, run this program from the command
33
# line like so:
44
#
55
# % python2.3 buildapp.py build
@@ -10,8 +10,8 @@
1010
from bundlebuilder import buildapp
1111

1212
buildapp(
13-
name="IDLE",
14-
mainprogram="idle.py",
15-
argv_emulation=1,
16-
iconfile="Icons/idle.icns",
13+
name="IDLE",
14+
mainprogram="idle.py",
15+
argv_emulation=1,
16+
iconfile="Icons/idle.icns",
1717
)

0 commit comments

Comments
 (0)