summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/configHandler.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-11-12 20:24:22 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-11-12 20:24:22 (GMT)
commit4b4f0b997ca2a2f235c6148e23339e2d9728951c (patch)
tree02c1a319a0c6625c6da07e210ef687a4408b7aef /Lib/idlelib/configHandler.py
parent55ee13da90db8316f230a83dad2f0f98ba37c926 (diff)
downloadcpython-4b4f0b997ca2a2f235c6148e23339e2d9728951c.zip
cpython-4b4f0b997ca2a2f235c6148e23339e2d9728951c.tar.gz
cpython-4b4f0b997ca2a2f235c6148e23339e2d9728951c.tar.bz2
Indent
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 9fc4faa..efd5f3c 100644
--- a/Lib/idlelib/configHandler.py
+++ b/Lib/idlelib/configHandler.py
@@ -396,7 +396,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"