summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-11-12 20:24:33 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-11-12 20:24:33 (GMT)
commit5496ba2ddbea2d1305ed606859ba594852814378 (patch)
treeb732ee5964a7c75dc4a3b07badecffcdc63568e5 /Lib/idlelib
parentc15a7c615eaf14b11768eee8dca9f5d2c66e8c94 (diff)
downloadcpython-5496ba2ddbea2d1305ed606859ba594852814378.zip
cpython-5496ba2ddbea2d1305ed606859ba594852814378.tar.gz
cpython-5496ba2ddbea2d1305ed606859ba594852814378.tar.bz2
Indent
Diffstat (limited to 'Lib/idlelib')
-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 3d75189..531efb4 100644
--- a/Lib/idlelib/configHandler.py
+++ b/Lib/idlelib/configHandler.py
@@ -395,7 +395,7 @@ class IdleConf:
theme = self.GetOption('main', 'Theme', 'name', default='')
source = self.defaultCfg if default else self.userCfg
if source['highlight'].has_section(theme):
- return theme
+ return theme
else:
return "IDLE Classic"