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

Skip to content

Commit e66675b

Browse files
committed
Whitespace normalization.
Modified Files: Bindings.py configHandler.py configHelpSourceEdit.py
1 parent fd0b00e commit e66675b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lib/idlelib/Bindings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
]),
7676
('help', [
7777
('_About IDLE', '<<about-idle>>'),
78-
('IDLE _Readme', '<<view-readme>>'),
78+
('IDLE _Readme', '<<view-readme>>'),
7979
None,
8080
('_IDLE Help', '<<help>>'),
8181
('Python _Docs', '<<python-docs>>'),

Lib/idlelib/configHandler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
the available configuration files and the design implemented to update user
55
configuration information. In particular, user configuration choices which
66
duplicate the defaults will be removed from the user's configuration files,
7-
and if a file becomes empty, it will be deleted.
7+
and if a file becomes empty, it will be deleted.
88
99
The contents of the user files may be altered using the Options/Configure IDLE
1010
menu to access the configuration GUI (configDialog.py), or manually.
@@ -570,7 +570,7 @@ def GetCoreKeys(self, keySetName=None):
570570

571571
def GetExtraHelpSourceList(self,configSet):
572572
"""Fetch list of extra help sources from a given configSet.
573-
573+
574574
Valid configSets are 'user' or 'default'. Return a list of tuples of
575575
the form (menu_item , path_to_help_file , option), or return the empty
576576
list. 'option' is the sequence number of the help resource. 'option'

Lib/idlelib/configHelpSourceEdit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def browseFile(self):
9494
file = opendialog.show(initialdir=dir, initialfile=base)
9595
if file:
9696
self.path.set(file)
97-
97+
9898
def MenuOk(self):
9999
"Simple validity check for a sensible menu item name"
100100
menuOk = True

0 commit comments

Comments
 (0)