From: Guilherme Polo Date: Sun, 29 Mar 2009 10:19:05 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v2.7a1~1763 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=310916212e3320b3b100ff57bbc4ce5331ca1cfe;p=thirdparty%2FPython%2Fcpython.git Typo fix. --- diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 3fc2a606fe61..294787399b9d 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))