diff options
author | Guilherme Polo <ggpolo@gmail.com> | 2009-03-29 10:19:05 (GMT) |
---|---|---|
committer | Guilherme Polo <ggpolo@gmail.com> | 2009-03-29 10:19:05 (GMT) |
commit | 310916212e3320b3b100ff57bbc4ce5331ca1cfe (patch) | |
tree | 0bdc3f665a143fbd9254be865252e6d596f1dba3 /Lib/idlelib | |
parent | a199f0198600996c6a9de3a3d914f0bc2101d244 (diff) | |
download | cpython-310916212e3320b3b100ff57bbc4ce5331ca1cfe.zip cpython-310916212e3320b3b100ff57bbc4ce5331ca1cfe.tar.gz cpython-310916212e3320b3b100ff57bbc4ce5331ca1cfe.tar.bz2 |
Typo fix.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/configHandler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 3fc2a60..2947873 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -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)) |