From: Terry Jan Reedy Date: Thu, 12 Nov 2015 20:06:02 +0000 (-0500) Subject: Whitespace X-Git-Tag: v2.7.11rc1~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55ee13da90db8316f230a83dad2f0f98ba37c926;p=thirdparty%2FPython%2Fcpython.git Whitespace --- diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 7d1e38873d83..9fc4faa2c65e 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -397,7 +397,7 @@ class IdleConf: source = self.defaultCfg if default else self.userCfg if source['highlight'].has_section(theme): return theme - else: + else: return "IDLE Classic" def CurrentKeys(self):