[Python-checkins] r47009 - python/trunk/Lib/lib-tk/Tkinter.py

neal.norwitz python-checkins at python.org
Sun Jun 18 00:37:46 CEST 2006


Author: neal.norwitz
Date: Sun Jun 18 00:37:45 2006
New Revision: 47009

Modified:
   python/trunk/Lib/lib-tk/Tkinter.py
Log:
Fix typo in docstring

Modified: python/trunk/Lib/lib-tk/Tkinter.py
==============================================================================
--- python/trunk/Lib/lib-tk/Tkinter.py	(original)
+++ python/trunk/Lib/lib-tk/Tkinter.py	Sun Jun 18 00:37:45 2006
@@ -1506,7 +1506,7 @@
 
         Under Windows, the DEFAULT parameter can be used to set the icon 
         for the widget and any descendents that don't have an icon set
-        explicitely.  DEFAULT can be the relative path to a .ico file
+        explicitly.  DEFAULT can be the relative path to a .ico file
         (example: root.iconbitmap(default='myicon.ico') ).  See Tk
         documentation for more information."""
         if default:


More information about the Python-checkins mailing list