From e66675b85cedbb952cff8a46e1ba078101eb021c Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Mon, 27 Jan 2003 02:36:18 +0000 Subject: Whitespace normalization. Modified Files: Bindings.py configHandler.py configHelpSourceEdit.py --- Lib/idlelib/configHandler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib/idlelib/configHandler.py') diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index dac9d107ca..fd9cbc4580 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -4,7 +4,7 @@ Refer to the comments at the beginning of config-main.def for a description of the available configuration files and the design implemented to update user configuration information. In particular, user configuration choices which duplicate the defaults will be removed from the user's configuration files, -and if a file becomes empty, it will be deleted. +and if a file becomes empty, it will be deleted. The contents of the user files may be altered using the Options/Configure IDLE menu to access the configuration GUI (configDialog.py), or manually. @@ -570,7 +570,7 @@ class IdleConf: def GetExtraHelpSourceList(self,configSet): """Fetch list of extra help sources from a given configSet. - + Valid configSets are 'user' or 'default'. Return a list of tuples of the form (menu_item , path_to_help_file , option), or return the empty list. 'option' is the sequence number of the help resource. 'option' -- cgit v1.2.1