From c15a7c615eaf14b11768eee8dca9f5d2c66e8c94 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Thu, 12 Nov 2015 15:06:07 -0500 Subject: [PATCH] Whitespace --- Lib/idlelib/configHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 336d96973ee..3d75189e194 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -396,7 +396,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):