summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/configHandler.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-11-12 20:06:02 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-11-12 20:06:02 (GMT)
commit55ee13da90db8316f230a83dad2f0f98ba37c926 (patch)
tree609bb66098ad2dc3e9bca4c0fcae6da15f8621aa /Lib/idlelib/configHandler.py
parent35aa5d07a2865f34d178e7c35c1f1eeb73289eac (diff)
downloadcpython-55ee13da90db8316f230a83dad2f0f98ba37c926.zip
cpython-55ee13da90db8316f230a83dad2f0f98ba37c926.tar.gz
cpython-55ee13da90db8316f230a83dad2f0f98ba37c926.tar.bz2
Whitespace
Diffstat (limited to 'Lib/idlelib/configHandler.py')
-rw-r--r--Lib/idlelib/configHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py
index 7d1e388..9fc4faa 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):