Typo fix.

This commit is contained in:
Guilherme Polo 2009-03-29 10:19:05 +00:00
parent a199f01986
commit 310916212e
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ class IdleConf:
else: #returning default, print warning
if warn_on_default:
warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
' problem retrieving configration option %r\n'
' problem retrieving configuration option %r\n'
' from section %r.\n'
' returning default value: %r\n' %
(option, section, default))