https://hg.python.org/cpython/rev/b735889192f7 changeset: 99092:b735889192f7 branch: 2.7 parent: 99088:b95c10cb457d user: Terry Jan Reedy <tjreedy at udel.edu> date: Thu Nov 12 15:06:02 2015 -0500 summary: Whitespace files: Lib/idlelib/configHandler.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -397,7 +397,7 @@ source = self.defaultCfg if default else self.userCfg if source['highlight'].has_section(theme): return theme - else: + else: return "IDLE Classic" def CurrentKeys(self): -- Repository URL: https://hg.python.org/cpython