From 55ee13da90db8316f230a83dad2f0f98ba37c926 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Thu, 12 Nov 2015 15:06:02 -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 7d1e38873d..9fc4faa2c6 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): -- 2.50.1