[Python-checkins] r70674 - python/trunk/Lib/idlelib/configHandler.py
guilherme.polo
python-checkins at python.org
Sun Mar 29 12:19:05 CEST 2009
Author: guilherme.polo
Date: Sun Mar 29 12:19:05 2009
New Revision: 70674
Log:
Typo fix.
Modified:
python/trunk/Lib/idlelib/configHandler.py
Modified: python/trunk/Lib/idlelib/configHandler.py
==============================================================================
--- python/trunk/Lib/idlelib/configHandler.py (original)
+++ python/trunk/Lib/idlelib/configHandler.py Sun Mar 29 12:19:05 2009
@@ -246,7 +246,7 @@
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))
More information about the Python-checkins
mailing list