mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Indent
This commit is contained in:
parent
c15a7c615e
commit
5496ba2ddb
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue